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 <rep...@bugs.python.org>
<http://bugs.python.org/issue19220>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to