Message311026
| Author | vstinner |
|---|---|
| Recipients | ned.deily, pmpp, vstinner, yan12125 |
| Date | 2018-01-28.22:50:10 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1517179810.43.0.467229070634.issue32654@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
""" >>> locale.setlocale(locale.LC_ALL, None) ... locale.Error: locale query failed """ IMHO the correct fix here is to not define _locale.setlocale() to get the pure Python locale.setlocale() emulation. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-01-28 22:50:10 | vstinner | set | recipients: + vstinner, ned.deily, pmpp, yan12125 |
| 2018-01-28 22:50:10 | vstinner | set | messageid: <1517179810.43.0.467229070634.issue32654@psf.upfronthosting.co.za> |
| 2018-01-28 22:50:10 | vstinner | link | issue32654 messages |
| 2018-01-28 22:50:10 | vstinner | create | |