diff -r 668aba845fb2 -r bd092995907c Doc/library/stdtypes.rst --- a/Doc/library/stdtypes.rst Mon Jun 10 09:24:01 2013 -0700 +++ b/Doc/library/stdtypes.rst Sun Jun 16 13:27:44 2013 -0400 @@ -354,7 +354,7 @@ 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.2.0/ucd/extracted/DerivedNumericType.txt for a complete list of code points with the ``Nd`` property. diff -r 668aba845fb2 -r bd092995907c Tools/unicode/makeunicodedata.py --- a/Tools/unicode/makeunicodedata.py Mon Jun 10 09:24:01 2013 -0700 +++ b/Tools/unicode/makeunicodedata.py Sun Jun 16 13:27:44 2013 -0400 @@ -37,6 +37,10 @@ VERSION = "3.2" # The Unicode Database +# -------------------- +# When changing UCD version please update +# * Doc/library/stdtypes.rst, and +# * Doc/library/unicodedata.rst UNIDATA_VERSION = "6.2.0" UNICODE_DATA = "UnicodeData%s.txt" COMPOSITION_EXCLUSIONS = "CompositionExclusions%s.txt"