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 Arfrever, loewis, pitrou, sdaoden, vstinner
Date 2011-01-27.22:32:55
SpamBayes Score 6.4531173e-06
Marked as misclassified No
Message-id <1296167575.93.0.54037501928.issue11022@psf.upfronthosting.co.za>
In-reply-to
Content
> upon program startup, init LibC environment: setlocale(LC_ALL, "");

Python 3 does something like that: Py_InitializeEx() calls setlocale(LC_CTYPE, ""). But I (and others) consider that as a bug (see #6203 discussion): Python should not do that (nor any library) implicitly, but a *program* can do that (once) at startup (explicitly).
History
Date User Action Args
2011-01-27 22:32:56vstinnersetrecipients: + vstinner, loewis, pitrou, Arfrever, sdaoden
2011-01-27 22:32:55vstinnersetmessageid: <1296167575.93.0.54037501928.issue11022@psf.upfronthosting.co.za>
2011-01-27 22:32:55vstinnerlinkissue11022 messages
2011-01-27 22:32:55vstinnercreate