Message296239
| Author | ncoghlan |
|---|---|
| Recipients | ncoghlan, ned.deily, ronaldoussoren, vstinner |
| Date | 2017-06-17.14:12:11 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1497708731.47.0.600595806293.issue30672@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
For the case where POSIX is a distinct locale from the default C locale (rather than a simple alias), I'm leaning towards taking PEP 538 literally, and adjusting the affected test cases to assume that locale coercion *won't* happen for that case on Mac OS X. I *think* we can check for the alias behaviourally by setting the "POSIX" locale and seeing if it reports itself back to us as "C", but if not, then I'll just add in a sys.platform check, and we can figure out a behavioural check later if the platform check turns out to cause problems. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-06-17 14:12:11 | ncoghlan | set | recipients: + ncoghlan, ronaldoussoren, vstinner, ned.deily |
| 2017-06-17 14:12:11 | ncoghlan | set | messageid: <1497708731.47.0.600595806293.issue30672@psf.upfronthosting.co.za> |
| 2017-06-17 14:12:11 | ncoghlan | link | issue30672 messages |
| 2017-06-17 14:12:11 | ncoghlan | create | |