Message 154413 - Python tracker
Message154413
| 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:18 | vstinner | set | recipients: + vstinner, loewis, brett.cannon, pitrou, nadeem.vawda, skrah, python-dev |
| 2012-02-26 22:45:17 | vstinner | link | issue14113 messages |
| 2012-02-26 22:45:17 | vstinner | create | |