[issue13379] Wrong Unicode version in unicodedata docstring

Florent Xicluna report at bugs.python.org
Thu Nov 10 00:24:23 CET 2011


New submission from Florent Xicluna <florent.xicluna at gmail.com>:

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'

----------
components: Unicode
keywords: easy
messages: 147381
nosy: ezio.melotti, flox
priority: normal
severity: normal
stage: needs patch
status: open
title: Wrong Unicode version in unicodedata docstring
type: behavior
versions: Python 3.2, Python 3.3

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


More information about the Python-bugs-list mailing list