Message138718
| Author |
vstinner |
| Recipients |
ezio.melotti, lemburg, loewis, skrah, terry.reedy, vincent.chute, vstinner |
| Date |
2011年06月20日.14:09:30 |
| SpamBayes Score |
3.6360566e-07 |
| Marked as misclassified |
No |
| Message-id |
<1308578970.86.0.823176662786.issue3067@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
> On Py3, locale.setlocale() should allow only unicode strings
> and reject byte strings.
I agree and it is the current behaviour (of Python 3.3). I don't see any use case of a byte strings in locale.setlocale() with Python 3.3, so I remove Python 3 from the versions of this issue. |
|