[issue14142] getlocale(LC_ALL) behavior

2014-05-13 Thread Stefan Krah
Changes by Stefan Krah : -- resolution: -> out of date stage: -> resolved status: open -> closed type: -> behavior ___ Python tracker ___ _

[issue14142] getlocale(LC_ALL) behavior

2012-02-27 Thread Stefan Krah
New submission from Stefan Krah : This came up in #14113. getlocale(LC_ALL) is documented to fail, at least that's how I read this: "category may be one of the LC_* values except LC_ALL." But in fact getlocale(LC_ALL) works if there is no semicolon in the locale name: >>> getlocale(LC_ALL)