[issue13379] Wrong Unicode version in unicodedata docstring

2011-11-09 Thread Florent Xicluna
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.

[issue13379] Wrong Unicode version in unicodedata docstring

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

[issue13379] Wrong Unicode version in unicodedata docstring

2011-11-09 Thread Florent Xicluna
Florent Xicluna florent.xicl...@gmail.com 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

[issue13379] Wrong Unicode version in unicodedata docstring

2011-11-09 Thread Roundup Robot
Roundup Robot devn...@psf.upfronthosting.co.za 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

[issue13379] Wrong Unicode version in unicodedata docstring

2011-11-09 Thread Ezio Melotti
Ezio Melotti ezio.melo...@gmail.com added the comment: Fixed, thanks for the report and the review. -- resolution: - fixed stage: commit review - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org