This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author belopolsky
Recipients belopolsky, benjamin.peterson, ezio.melotti, lemburg, loewis, serhiy.storchaka
Date 2013-06-23.18:18:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1372011494.95.0.635422982666.issue18234@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-06-23 18:18:15belopolskysetrecipients: + belopolsky, lemburg, loewis, benjamin.peterson, ezio.melotti, serhiy.storchaka
2013-06-23 18:18:14belopolskysetmessageid: <1372011494.95.0.635422982666.issue18234@psf.upfronthosting.co.za>
2013-06-23 18:18:14belopolskylinkissue18234 messages
2013-06-23 18:18:14belopolskycreate