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 ezio.melotti, lemburg, loewis, python-dev, skrah, terry.reedy, vincent.chute, vstinner
Date 2011-06-20.14:17:47
SpamBayes Score 3.211752e-05
Marked as misclassified No
Message-id <1308579468.0.0.957819558137.issue3067@psf.upfronthosting.co.za>
In-reply-to
Content
I fixed locale.setlocale() of Python 2.7 to accept Unicode string because it helps porting to Python 3...

But I think that the commit is just useless because we will have to wait until Python 2.7.3 is released, and if you want to support older Python versions, we will have to encode the locale explicitly to ASCII.

Anyway, you should move to Python 3 (3.2 or later if possible) if you want a better Unicode support.
History
Date User Action Args
2011-06-20 14:17:48vstinnersetrecipients: + vstinner, lemburg, loewis, terry.reedy, ezio.melotti, vincent.chute, skrah, python-dev
2011-06-20 14:17:48vstinnersetmessageid: <1308579468.0.0.957819558137.issue3067@psf.upfronthosting.co.za>
2011-06-20 14:17:47vstinnerlinkissue3067 messages
2011-06-20 14:17:47vstinnercreate