summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-01-20 09:07:35 (GMT)
committerGeorg Brandl <georg@python.org>2006-01-20 09:07:35 (GMT)
commitb709c2caba3c781d0f4602f28227993e565f0a87 (patch)
treeea62bd1abb5e2c270ef7aba58b101524383a974f /Misc
parent40558fef9176191524331993303be36e4f018557 (diff)
downloadcpython-b709c2caba3c781d0f4602f28227993e565f0a87.zip
cpython-b709c2caba3c781d0f4602f28227993e565f0a87.tar.gz
cpython-b709c2caba3c781d0f4602f28227993e565f0a87.tar.bz2
Bug #1371247: Update Windows LCIDs in locale.py.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 4 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a7e76e6..62d9c8b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -337,12 +337,14 @@ Extension Modules
Library
-------
+- Bug #1371247: Update Windows locale identifiers in locale.py.
+
- Bug #1394565: SimpleHTTPServer now doesn't choke on query parameters
any more.
-
+
- Bug #1403410: The warnings module now doesn't get confused
when it can't find out the module name it generates a warning for.
-
+
- Patch #1177307: Added a new codec utf_8_sig for UTF-8 with a BOM signature.
- Patch #1157027: cookielib mishandles RFC 2109 cookies in Netscape mode