Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
7445a383
Kaydet (Commit)
7445a383
authored
Eki 09, 2014
tarafından
R David Murray
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
#18176: updated stdtypes UCD link, added reminder to makeunicodedata.
Patch by Alexander Belopolsky.
üst
fc6a90a9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
stdtypes.rst
Doc/library/stdtypes.rst
+1
-1
makeunicodedata.py
Tools/unicode/makeunicodedata.py
+4
-0
No files found.
Doc/library/stdtypes.rst
Dosyayı görüntüle @
7445a383
...
...
@@ -354,7 +354,7 @@ Notes:
The numeric literals accepted include the digits ``0`` to ``9`` or any
Unicode equivalent (code points with the ``Nd`` property).
See http://www.unicode.org/Public/6.
0
.0/ucd/extracted/DerivedNumericType.txt
See http://www.unicode.org/Public/6.
3
.0/ucd/extracted/DerivedNumericType.txt
for a complete list of code points with the ``Nd`` property.
...
...
Tools/unicode/makeunicodedata.py
Dosyayı görüntüle @
7445a383
...
...
@@ -37,6 +37,10 @@ SCRIPT = sys.argv[0]
VERSION
=
"3.2"
# The Unicode Database
# --------------------
# When changing UCD version please update
# * Doc/library/stdtypes.rst, and
# * Doc/library/unicodedata.rst
UNIDATA_VERSION
=
"6.3.0"
UNICODE_DATA
=
"UnicodeData
%
s.txt"
COMPOSITION_EXCLUSIONS
=
"CompositionExclusions
%
s.txt"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment