New submission from Florent Xicluna <florent.xicl...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue13379>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to