File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 3737VERSION = "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
4044UNIDATA_VERSION = "7.0.0"
4145UNICODE_DATA = "UnicodeData%s.txt"
4246COMPOSITION_EXCLUSIONS = "CompositionExclusions%s.txt"
You can’t perform that action at this time.
0 commit comments