diff options
author | Matthias Klose <doko@ubuntu.com> | 2005-09-20 07:02:49 (GMT) |
---|---|---|
committer | Matthias Klose <doko@ubuntu.com> | 2005-09-20 07:02:49 (GMT) |
commit | f3f231f60cd59e9e1bceccde11a1997054a73113 (patch) | |
tree | f07230b0c31fd36a4a95148cf386c18728c9cb42 /Misc | |
parent | ba3e6ec0c9928000e796090b6df70cccd0d6f385 (diff) | |
download | cpython-f3f231f60cd59e9e1bceccde11a1997054a73113.zip cpython-f3f231f60cd59e9e1bceccde11a1997054a73113.tar.gz cpython-f3f231f60cd59e9e1bceccde11a1997054a73113.tar.bz2 |
- 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.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -224,6 +224,12 @@ Extension Modules Library ------- +- 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. + - Patch #1268314: Cache lines in StreamReader.readlines for performance. - Bug #1290505: Fix clearing the regex cache for time.strptime(). |