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 tchrist
Recipients tchrist
Date 2011-08-11.19:10:04
SpamBayes Score 1.3083e-08
Marked as misclassified No
Message-id <1313089805.52.0.0622189579022.issue12730@psf.upfronthosting.co.za>
In-reply-to
Content
You cannot use Python's casemapping functions on Unicode data because they fail on narrow builds.  This makes it impossible to write portable code in Python that can cope with full Unicode.

I've tried several times to submit this bug, but the file selection widget blows up. I believe it was an Opera bug because I had a write lock on the file.  One more time.
History
Date User Action Args
2011-08-11 19:10:05tchristsetrecipients: + tchrist
2011-08-11 19:10:05tchristsetmessageid: <1313089805.52.0.0622189579022.issue12730@psf.upfronthosting.co.za>
2011-08-11 19:10:04tchristlinkissue12730 messages
2011-08-11 19:10:04tchristcreate