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 mark.dickinson
Recipients ezio.melotti, l0nwlf, mark.dickinson, ned.deily, vstinner
Date 2010-04-03.22:18:12
SpamBayes Score 0.00010668534
Marked as misclassified No
Message-id <1270333094.64.0.0877351596977.issue8307@psf.upfronthosting.co.za>
In-reply-to
Content
> (Is there some way that I can see the locale change more explicitly from Python?)

Found it.  :)

>>> locale.nl_langinfo(locale.CODESET)
'US-ASCII'
[40683 refs]
>>> import Tkinter
[56953 refs]
>>> locale.nl_langinfo(locale.CODESET)
'UTF-8'
[56953 refs]
History
Date User Action Args
2010-04-03 22:18:14mark.dickinsonsetrecipients: + mark.dickinson, vstinner, ned.deily, ezio.melotti, l0nwlf
2010-04-03 22:18:14mark.dickinsonsetmessageid: <1270333094.64.0.0877351596977.issue8307@psf.upfronthosting.co.za>
2010-04-03 22:18:12mark.dickinsonlinkissue8307 messages
2010-04-03 22:18:12mark.dickinsoncreate