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 Kiril Dimitrov
Recipients Kiril Dimitrov, ezio.melotti, vstinner
Date 2018-03-20.13:22:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1521552126.55.0.467229070634.issue33108@psf.upfronthosting.co.za>
In-reply-to
Content
>>> chr(304)
'İ'
>>> chr(304).lower()
'i̇'
>>> len(chr(304).lower())
2

This breaks unicode text matching. There is no other unicode character with the same behaviour (in 3.6.2 and 3.6.4).
History
Date User Action Args
2018-03-20 13:22:06Kiril Dimitrovsetrecipients: + Kiril Dimitrov, vstinner, ezio.melotti
2018-03-20 13:22:06Kiril Dimitrovsetmessageid: <1521552126.55.0.467229070634.issue33108@psf.upfronthosting.co.za>
2018-03-20 13:22:06Kiril Dimitrovlinkissue33108 messages
2018-03-20 13:22:06Kiril Dimitrovcreate