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 brett.cannon, loewis, nadeem.vawda, pitrou, python-dev, skrah, vstinner
Date 2012-02-26.22:45:17
SpamBayes Score 9.177973e-05
Marked as misclassified No
Message-id <CAMpsgwbF0kP4jmSokgGFO+1sjeRmcBPXfboVtPNPpgVC_mQ98g@mail.gmail.com>
In-reply-to <1330294077.94.0.622519987158.issue14113@psf.upfronthosting.co.za>
Content
>> Attached a fix that is tested on Windows.
>
> Patch looks good to me.

-            oldloc = locale.setlocale(locale.LC_ALL, '')
+            oldloc = locale.setlocale(locale.LC_ALL)

Python provides locale.getlocale().
History
Date User Action Args
2012-02-26 22:45:18vstinnersetrecipients: + vstinner, loewis, brett.cannon, pitrou, nadeem.vawda, skrah, python-dev
2012-02-26 22:45:17vstinnerlinkissue14113 messages
2012-02-26 22:45:17vstinnercreate