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 benjamin.peterson
Recipients Greg Price, benjamin.peterson, ezio.melotti, mcepl, serhiy.storchaka, vstinner
Date 2019-08-14.02:24:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1565749476.91.0.971271843163.issue32771@roundup.psfhosted.org>
In-reply-to
Content
The goal is to implement the locale-specific case mappings of https://www.unicode.org/Public/UCD/latest/ucd/SpecialCasing.txt and §3.13 of the Unicode 12 standard in str.lower/upper/casefold. To do this, you need access to certain character properties available in unicodedata but not the builtin database.
History
Date User Action Args
2019-08-14 02:24:36benjamin.petersonsetrecipients: + benjamin.peterson, vstinner, mcepl, ezio.melotti, serhiy.storchaka, Greg Price
2019-08-14 02:24:36benjamin.petersonsetmessageid: <1565749476.91.0.971271843163.issue32771@roundup.psfhosted.org>
2019-08-14 02:24:36benjamin.petersonlinkissue32771 messages
2019-08-14 02:24:36benjamin.petersoncreate