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-04.09:20:09
SpamBayes Score 0.00053442916
Marked as misclassified No
Message-id <1270372811.67.0.747137403669.issue8307@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, Benjamin's checkin seems to have fixed it for me, too.  Thanks, Benjamin!

There's still the issue of the Tkinter import changing the locale, but that seems to be out of Python's control.  As far as I can tell, it happens when the module initialization calls Tcl_FindExecutable, which is part of the Tcl library itself.  This may well be deliberate:  see

http://www.tcl.tk/cgi-bin/tct/tip/66.html

Closing.
History
Date User Action Args
2010-04-04 09:20:11mark.dickinsonsetrecipients: + mark.dickinson, vstinner, ned.deily, ezio.melotti, l0nwlf
2010-04-04 09:20:11mark.dickinsonsetmessageid: <1270372811.67.0.747137403669.issue8307@psf.upfronthosting.co.za>
2010-04-04 09:20:09mark.dickinsonlinkissue8307 messages
2010-04-04 09:20:09mark.dickinsoncreate