This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author belopolsky
Recipients belopolsky
Date 2013-06-10.00:15:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1370823303.7.0.563688972804.issue18176@psf.upfronthosting.co.za>
In-reply-to
Content
Reference to http://www.unicode.org/Public/6.0.0/ucd/extracted/DerivedNumericType.txt in http://docs.python.org/3.4/library/stdtypes.html#numeric-types-int-float-complex should be changed to http://www.unicode.org/Public/6.1.0/ucd/extracted/DerivedNumericType.txt for 3.3 and to http://www.unicode.org/Public/6.2.0/ucd/extracted/DerivedNumericType.txt for 3.4.

Note that the change from 6.1 to 6.2 is immaterial because it did not involve the Nd category, but a change from 6.0 to 6.1 introduced several new ranges:

+110F0..110F9  ; Decimal # Nd  [10] SORA SOMPENG DIGIT ZERO..SORA SOMPENG DIGIT NINE
+11136..1113F  ; Decimal # Nd  [10] CHAKMA DIGIT ZERO..CHAKMA DIGIT NINE
+111D0..111D9  ; Decimal # Nd  [10] SHARADA DIGIT ZERO..SHARADA DIGIT NINE
+116C0..116C9  ; Decimal # Nd  [10] TAKRI DIGIT ZERO..TAKRI DIGIT NINE
History
Date User Action Args
2013-06-10 00:15:04belopolskysetrecipients: + belopolsky
2013-06-10 00:15:03belopolskysetmessageid: <1370823303.7.0.563688972804.issue18176@psf.upfronthosting.co.za>
2013-06-10 00:15:03belopolskylinkissue18176 messages
2013-06-10 00:15:02belopolskycreate