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, skrah, terry.reedy, vincent.chute, vstinner
Date 2011-06-20.14:09:30
SpamBayes Score 3.6360566e-07
Marked as misclassified No
Message-id <1308578970.86.0.823176662786.issue3067@psf.upfronthosting.co.za>
In-reply-to
Content
> On Py3, locale.setlocale() should allow only unicode strings
> and reject byte strings.

I agree and it is the current behaviour (of Python 3.3). I don't see any use case of a byte strings in locale.setlocale() with Python 3.3, so I remove Python 3 from the versions of this issue.
History
Date User Action Args
2011-06-20 14:09:30vstinnersetrecipients: + vstinner, lemburg, loewis, terry.reedy, ezio.melotti, vincent.chute, skrah
2011-06-20 14:09:30vstinnersetmessageid: <1308578970.86.0.823176662786.issue3067@psf.upfronthosting.co.za>
2011-06-20 14:09:30vstinnerlinkissue3067 messages
2011-06-20 14:09:30vstinnercreate