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

Ezio Melotti report at bugs.python.org
Tue Jun 30 08:47:54 CEST 2009


Ezio Melotti <ezio.melotti at gmail.com> added the comment:

Python 2.6 and all the following versions use the Unicode database
version 5.1.0 [1] (unicodedata.unidata_version).

The numeric value is in the database for all the codepoints from U+2185
to U+2188 (included), so the problem shouldn't be there.

[1]: ftp://ftp.unicode.org/Public/5.1.0/ucd/UnicodeData.txt

----------
priority:  -> normal
versions: +Python 2.7, Python 3.0, Python 3.1

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


More information about the Python-bugs-list mailing list