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, pombredanne, vstinner, zamsalak
Date 2020-01-07.16:34:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1578414892.74.0.299919248121.issue34723@roundup.psfhosted.org>
In-reply-to
Content
> I would expect that the results would be the same in both cases.

It's not. Read again my previous comment.

>>> ["U+%04x" % ord(ch) for ch in "İ".lower()]
['U+0069', 'U+0307']
History
Date User Action Args
2020-01-07 16:34:52vstinnersetrecipients: + vstinner, ezio.melotti, pombredanne, zamsalak
2020-01-07 16:34:52vstinnersetmessageid: <1578414892.74.0.299919248121.issue34723@roundup.psfhosted.org>
2020-01-07 16:34:52vstinnerlinkissue34723 messages
2020-01-07 16:34:52vstinnercreate