summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2006-01-08 10:45:39 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2006-01-08 10:45:39 (GMT)
commit412ed3b8a7388da4850d2a832679fe21804a1591 (patch)
treec11d68a17f938df03661e8d548ae7ccef6d54bd5 /Misc
parentfd9a72ad8994fd90cec26ed1ca5f8044719e24e5 (diff)
downloadcpython-412ed3b8a7388da4850d2a832679fe21804a1591.zip
cpython-412ed3b8a7388da4850d2a832679fe21804a1591.tar.gz
cpython-412ed3b8a7388da4850d2a832679fe21804a1591.tar.bz2
Patch #1177307: UTF-8-Sig codec.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 77dbacd..3860fd3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -319,6 +319,8 @@ Extension Modules
Library
-------
+- 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
- Patch #1117398: cookielib.LWPCookieJar and .MozillaCookieJar now raise
@@ -674,7 +676,6 @@ Build
Tests for sanity in tzname when HAVE_TZNAME defined were also defined.
Closes bug #1096244. Thanks Gregory Bond.
-
C API
-----