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 r.david.murray
Recipients ezio.melotti, georg.brandl, loewis, ned.deily, pitrou, r.david.murray
Date 2009-06-08.16:22:09
SpamBayes Score 0.0008028439
Marked as misclassified No
Message-id <1244478131.29.0.103373396689.issue6203@psf.upfronthosting.co.za>
In-reply-to
Content
Ah, I can tell you exactly why that is, then.  I noticed this in
pythonrun.c while grepping the source:

#ifdef HAVE_SETLOCALE
        /* Set up the LC_CTYPE locale, so we can obtain
           the locale's charset without having to switch
           locales. */
        setlocale(LC_CTYPE, "");
#endif

SVN blames Martin in r56922, so this case is assigned appropriately. 
Perhaps changing only LC_CTYPE is safe?  I must admit to ignorance as to
what all the LC variables mean/control.
History
Date User Action Args
2009-06-08 16:22:11r.david.murraysetrecipients: + r.david.murray, loewis, georg.brandl, pitrou, ned.deily, ezio.melotti
2009-06-08 16:22:11r.david.murraysetmessageid: <1244478131.29.0.103373396689.issue6203@psf.upfronthosting.co.za>
2009-06-08 16:22:10r.david.murraylinkissue6203 messages
2009-06-08 16:22:09r.david.murraycreate