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 vstinner
Recipients serhiy.storchaka, vstinner
Date 2012-11-05.12:12:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352117534.37.0.611340206867.issue16414@psf.upfronthosting.co.za>
In-reply-to
Content
Attached patch adds support.NONASCII to have a "portable" non-ASCII character that can be used to test non-ASCII strings. The patch uses it in some existing functions.

I wrote the patch on the default branch, we may start to use it since Python 3.2.
History
Date User Action Args
2012-11-05 12:12:14vstinnersetrecipients: + vstinner, serhiy.storchaka
2012-11-05 12:12:14vstinnersetmessageid: <1352117534.37.0.611340206867.issue16414@psf.upfronthosting.co.za>
2012-11-05 12:12:13vstinnerlinkissue16414 messages
2012-11-05 12:12:13vstinnercreate