[New-bugs-announce] [issue19220] Outdated unicodedata.__doc__

Arfrever Frehtes Taifersar Arahesis report at bugs.python.org
Thu Oct 10 22:52:30 CEST 2013


New submission from Arfrever Frehtes Taifersar Arahesis:

Unicode version was updated in 3.3 and 3.4, but unicodedata.__doc__ was not updated.

$ for version in 3.2 3.3 3.4; do python${version} -c 'import unicodedata; print("%s\n\"%s\"\n" % (unicodedata.unidata_version, unicodedata.__doc__))'; done
6.0.0
"This module provides access to the Unicode Character Database which
defines character properties for all Unicode characters. The data in
this database is based on the UnicodeData.txt file version
6.0.0 which is publically available from ftp://ftp.unicode.org/.

The module uses the same names and symbols as defined by the
UnicodeData File Format 6.0.0 (see
http://www.unicode.org/reports/tr44/tr44-6.html)."

6.1.0
"This module provides access to the Unicode Character Database which
defines character properties for all Unicode characters. The data in
this database is based on the UnicodeData.txt file version
6.0.0 which is publically available from ftp://ftp.unicode.org/.

The module uses the same names and symbols as defined by the
UnicodeData File Format 6.0.0 (see
http://www.unicode.org/reports/tr44/tr44-6.html)."
                                                                                                                                                             
6.2.0                                                                                                                                                        
"This module provides access to the Unicode Character Database which                                                                                         
defines character properties for all Unicode characters. The data in                                                                                         
this database is based on the UnicodeData.txt file version                                                                                                   
6.0.0 which is publically available from ftp://ftp.unicode.org/.                                                                                             

The module uses the same names and symbols as defined by the
UnicodeData File Format 6.0.0 (see
http://www.unicode.org/reports/tr44/tr44-6.html)."


URL for 6.1.0: http://www.unicode.org/reports/tr44/tr44-8.html
URL for 6.2.0: http://www.unicode.org/reports/tr44/tr44-10.html

----------
messages: 199411
nosy: Arfrever
priority: normal
severity: normal
status: open
title: Outdated unicodedata.__doc__
versions: Python 3.3, Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19220>
_______________________________________


More information about the New-bugs-announce mailing list