[issue6383] error in unicodedata.numeric(u"\u2187") and 2188

Amaury Forgeot d'Arc report at bugs.python.org
Tue Jun 30 11:31:46 CEST 2009


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

The _PyUnicode_ToNumeric() function was not in line with the unicode
database.
Here is a new version of this function, together with the script to
generate its code.

----------
keywords: +needs review, patch
nosy: +amaury.forgeotdarc
Added file: http://bugs.python.org/file14404/unicode_tonumeric.patch

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


More information about the Python-bugs-list mailing list