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 jarek
Recipients jarek
Date 2009-04-24.10:39:57
SpamBayes Score 0.00016176784
Marked as misclassified No
Message-id <1240569599.97.0.671806264573.issue5828@psf.upfronthosting.co.za>
In-reply-to
Content
u'\u1d79'.lower() returns u'\x00'

I think it should return u'\u1d79', at least according to my
understanding of UnicodeData.txt (the lowercase field is empty).
History
Date User Action Args
2009-04-24 10:40:00jareksetrecipients: + jarek
2009-04-24 10:39:59jareksetmessageid: <1240569599.97.0.671806264573.issue5828@psf.upfronthosting.co.za>
2009-04-24 10:39:58jareklinkissue5828 messages
2009-04-24 10:39:57jarekcreate