]> 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:03:21 +0000 (07:03 +0000)
committerMatthias Klose <doko@ubuntu.com>
Tue, 20 Sep 2005 07:03:21 +0000 (07:03 +0000)
commit4fe43a809963d664c75fd17759f76ee197411dc5
tree88cb6d4da1728bda983f7f36f19cba484ffc29c8
parent3d79035d174fc6500c019a702fe582defd4e3a0c
- 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