Issue14142
Created on 2012-02-27 17:33 by skrah, last changed 2022-04-11 14:57 by admin. This issue is now closed.
| Messages (1) | |||
|---|---|---|---|
| msg154495 - (view) | Author: Stefan Krah (skrah) * ![]() |
Date: 2012-02-27 17:33 | |
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) ('en_US', 'ISO8859-1') I would prefer if getlocale(LC_ALL) fails consistently. If that's not possible, then this is a documentation issue. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:57:27 | admin | set | github: 58350 |
| 2014-05-13 21:52:04 | skrah | set | status: open -> closed type: behavior resolution: out of date stage: resolved |
| 2012-02-27 17:33:13 | skrah | create | |
