This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
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) * (Python committer) | 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 | |