This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author flox
Recipients ezio.melotti, flox
Date 2011-11-09.23:24:22
SpamBayes Score 0.009465816
Marked as misclassified No
Message-id <1320881063.48.0.160068391122.issue13379@psf.upfronthosting.co.za>
In-reply-to
Content
The unicodedata docstring says "5.2" multiple times.


Modules/unicodedata.c:   unicodedata -- Provides access to the Unicode 5.2 data base.
Modules/unicodedata.c:   Data was extracted from the Unicode 5.2 UnicodeData.txt file.
Modules/unicodedata.c:5.2.0 which is publically available from ftp://ftp.unicode.org/.\n\
Modules/unicodedata.c:UnicodeData File Format 5.2.0 (see\n\


However:

>>> import unicodedata
>>> unicodedata.unidata_version
'6.0.0'
History
Date User Action Args
2011-11-09 23:24:23floxsetrecipients: + flox, ezio.melotti
2011-11-09 23:24:23floxsetmessageid: <1320881063.48.0.160068391122.issue13379@psf.upfronthosting.co.za>
2011-11-09 23:24:22floxlinkissue13379 messages
2011-11-09 23:24:22floxcreate