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 terry.reedy
Recipients Arfrever, brett.cannon, kbk, r.david.murray, roger.serwy, terry.reedy, vinay.sajip
Date 2013-06-17.02:05:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1371434753.43.0.186802153215.issue18081@psf.upfronthosting.co.za>
In-reply-to
Content
The only locale setting is IOBinding.py: 21
# Try setting the locale, so that we can find out what encoding to use
    locale.setlocale(locale.LC_CTYPE, "")
This section, up to line 65, might be wrapped either by a function or if statement.

There are only 2 os.environ accesses and no settings in Idle. This alteration might be inherited from tkinter. File tkinter/_fix.py sets TCL/TK/TIX_LIBRARY if they are not already. This seem innocuous as far as other tests go.
History
Date User Action Args
2013-06-17 02:05:53terry.reedysetrecipients: + terry.reedy, brett.cannon, kbk, vinay.sajip, roger.serwy, Arfrever, r.david.murray
2013-06-17 02:05:53terry.reedysetmessageid: <1371434753.43.0.186802153215.issue18081@psf.upfronthosting.co.za>
2013-06-17 02:05:53terry.reedylinkissue18081 messages
2013-06-17 02:05:53terry.reedycreate