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 vstinner
Recipients ezio.melotti, ideasman42, vstinner
Date 2017-12-18.08:56:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513587414.49.0.213398074469.issue32354@psf.upfronthosting.co.za>
In-reply-to
Content
Py_UNICODE_TOLOWER / Py_UNICODE_TOUPPER *API* doesn't respect the latest Unicode standard. For example, it doesn't support this operation:

>>> "ß".upper()
'SS'
History
Date User Action Args
2017-12-18 08:56:54vstinnersetrecipients: + vstinner, ezio.melotti, ideasman42
2017-12-18 08:56:54vstinnersetmessageid: <1513587414.49.0.213398074469.issue32354@psf.upfronthosting.co.za>
2017-12-18 08:56:54vstinnerlinkissue32354 messages
2017-12-18 08:56:54vstinnercreate