[issue18234] Unicodedata module should provide access to codepoint aliases

Alexander Belopolsky report at bugs.python.org
Sun Jun 23 20:18:14 CEST 2013


Alexander Belopolsky added the comment:

Rather than adding a new method to unicodedata, what do you think about adding a type keyword argument to unicodedata.name()?  It can default to "canonical" and have possible values "control", "abbreviation", etc.

See also #12753.

----------

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


More information about the Python-bugs-list mailing list