[issue13379] Wrong Unicode version in unicodedata docstring

2011-11-09 Thread Ezio Melotti
Ezio Melotti added the comment: Fixed, thanks for the report and the review. -- resolution: -> fixed stage: commit review -> committed/rejected status: open -> closed ___ Python tracker __

[issue13379] Wrong Unicode version in unicodedata docstring

2011-11-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6ddda809ea8c by Ezio Melotti in branch '3.2': #13379: update Unicode version in unicodedata docstrings and comments. http://hg.python.org/cpython/rev/6ddda809ea8c New changeset 5fdd0c8032d0 by Ezio Melotti in branch 'default': #13379: merge with 3.

[issue13379] Wrong Unicode version in unicodedata docstring

2011-11-09 Thread Florent Xicluna
Florent Xicluna added the comment: I would change the last sentence with something like: + unicodedata -- Provides access to the Unicode database. + Data was extracted from the UnicodeData.txt file. + The current version number is reported in unidata_version constant. LGTM. -

[issue13379] Wrong Unicode version in unicodedata docstring

2011-11-09 Thread Ezio Melotti
Changes by Ezio Melotti : -- assignee: -> ezio.melotti keywords: +needs review, patch stage: needs patch -> commit review Added file: http://bugs.python.org/file23650/issue13379.diff ___ Python tracker ___

[issue13379] Wrong Unicode version in unicodedata docstring

2011-11-09 Thread Florent Xicluna
New submission from Florent Xicluna : 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 w