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 firatozgul
Recipients benjamin.peterson, ezio.melotti, firatozgul, lemburg, pitrou, r.david.murray, vstinner
Date 2013-02-20.12:44:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361364283.25.0.325169064181.issue17252@psf.upfronthosting.co.za>
In-reply-to
Content
ascii("KİTAP".lower().upper()) should return "K\u0130TAP".

Yes, Python 3.2 loses information, but Python 3.3 inserts faulty information, which, I think, is much worse than losing information.
History
Date User Action Args
2013-02-20 12:44:43firatozgulsetrecipients: + firatozgul, lemburg, pitrou, vstinner, benjamin.peterson, ezio.melotti, r.david.murray
2013-02-20 12:44:43firatozgulsetmessageid: <1361364283.25.0.325169064181.issue17252@psf.upfronthosting.co.za>
2013-02-20 12:44:43firatozgullinkissue17252 messages
2013-02-20 12:44:43firatozgulcreate