Nov. 18, 2010
4:34 a.m.
""" 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.