New submission from Alexander Belopolsky:

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

----------
messages: 190878
nosy: belopolsky
priority: normal
severity: normal
status: open
title: Builtins documentation refers to old version of UCD.
versions: Python 3.3, Python 3.4

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue18176>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to