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 christian.heimes
Recipients christian.heimes, ezio.melotti, pombredanne, vstinner, zamsalak
Date 2020-01-07.16:39:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1578415174.91.0.855611672145.issue34723@roundup.psfhosted.org>
In-reply-to
Content
PS: The first entry of the result is a decomposed string, too:

>>> r = [x.lower() for x in 'İ']
>>> hex(ord(r[0][0]))
'0x69'
>>> hex(ord(r[0][1]))
'0x307'
History
Date User Action Args
2020-01-07 16:39:34christian.heimessetrecipients: + christian.heimes, vstinner, ezio.melotti, pombredanne, zamsalak
2020-01-07 16:39:34christian.heimessetmessageid: <1578415174.91.0.855611672145.issue34723@roundup.psfhosted.org>
2020-01-07 16:39:34christian.heimeslinkissue34723 messages
2020-01-07 16:39:34christian.heimescreate