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 jschneid, loewis, vstinner
Date 2011-07-15.16:14:33
SpamBayes Score 0.0013952928
Marked as misclassified No
Message-id <1310746474.63.0.718419142977.issue12561@psf.upfronthosting.co.za>
In-reply-to
Content
> Stinner - is the patch you mentioned in a released version
> of Python 3.2?

Yes, Python 3.2.1. (It's not part of Python 3.1.)

> Also, how is it affected by the fact that the (wide char) strings
> in question are constants?

I don't remember exactly. My patch uses the locale encoding at runtime instead of using the locale encoding of the compiler. See issue #6011 for the details.
History
Date User Action Args
2011-07-15 16:14:34vstinnersetrecipients: + vstinner, loewis, jschneid
2011-07-15 16:14:34vstinnersetmessageid: <1310746474.63.0.718419142977.issue12561@psf.upfronthosting.co.za>
2011-07-15 16:14:34vstinnerlinkissue12561 messages
2011-07-15 16:14:33vstinnercreate