Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5ac125c

Browse files
committed
Merge: #18176: updated stdtypes UCD link, added reminder to makeunicodedata.
2 parents 4487dd0 + 7445a38 commit 5ac125c

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

Doc/library/stdtypes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ Notes:
354354
The numeric literals accepted include the digits ``0`` to ``9`` or any
355355
Unicode equivalent (code points with the ``Nd`` property).
356356

357-
See http://www.unicode.org/Public/6.0.0/ucd/extracted/DerivedNumericType.txt
357+
See http://www.unicode.org/Public/7.0.0/ucd/extracted/DerivedNumericType.txt
358358
for a complete list of code points with the ``Nd`` property.
359359

360360

Tools/unicode/makeunicodedata.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@
3737
VERSION = "3.2"
3838

3939
# The Unicode Database
40+
# --------------------
41+
# When changing UCD version please update
42+
# * Doc/library/stdtypes.rst, and
43+
# * Doc/library/unicodedata.rst
4044
UNIDATA_VERSION = "7.0.0"
4145
UNICODE_DATA = "UnicodeData%s.txt"
4246
COMPOSITION_EXCLUSIONS = "CompositionExclusions%s.txt"

0 commit comments

Comments
 (0)