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

Amaury Forgeot d'Arc report at bugs.python.org
Tue Jun 30 16:28:48 CEST 2009


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

Right. Actually unicodetype_db.h is the one included in unicodectype.c,
I moved my script into makeunicodedata.py.

Here is a new patch. The code generated for _PyUnicode_ToNumeric is the
same as before (except for some tabs), see the old patch if you want to
check the actual changes in the function.

----------
Added file: http://bugs.python.org/file14405/unicode-tonumeric-2.patch

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


More information about the Python-bugs-list mailing list