[docs] unicodedata documentation refers to the wrong version of unicode

Alexander Belopolsky alexander.belopolsky at gmail.com
Thu Nov 18 05:34:45 CET 2010


"""
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 5.2.0 which
is publicly available from ftp://ftp.unicode.org/.
""" http://docs.python.org/library/unicodedata.html

>>> import unicodedata
>>> unicodedata.unidata_version
'6.0.0'

I suggest that the text be re-worded to avoid direct version reference
and refer to unidata_version instead.  Same problem in unicodedata
docstring.


More information about the docs mailing list