]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
- Patch #1166948: locale.py: Prefer LC_ALL, LC_CTYPE and LANG over LANGUAGE
authorMatthias Klose <doko@ubuntu.com>
Tue, 20 Sep 2005 07:02:49 +0000 (07:02 +0000)
committerMatthias Klose <doko@ubuntu.com>
Tue, 20 Sep 2005 07:02:49 +0000 (07:02 +0000)
commitf3f231f60cd59e9e1bceccde11a1997054a73113
treef07230b0c31fd36a4a95148cf386c18728c9cb42
parentba3e6ec0c9928000e796090b6df70cccd0d6f385
- Patch #1166948: locale.py: Prefer LC_ALL, LC_CTYPE and LANG over LANGUAGE
  to get the correct encoding.

- Patch #1166938: locale.py: Parse LANGUAGE as a colon separated list of
  languages.
Lib/locale.py
Misc/NEWS