diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2006-01-08 10:45:39 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2006-01-08 10:45:39 (GMT) |
commit | 412ed3b8a7388da4850d2a832679fe21804a1591 (patch) | |
tree | c11d68a17f938df03661e8d548ae7ccef6d54bd5 /Misc | |
parent | fd9a72ad8994fd90cec26ed1ca5f8044719e24e5 (diff) | |
download | cpython-412ed3b8a7388da4850d2a832679fe21804a1591.zip cpython-412ed3b8a7388da4850d2a832679fe21804a1591.tar.gz cpython-412ed3b8a7388da4850d2a832679fe21804a1591.tar.bz2 |
Patch #1177307: UTF-8-Sig codec.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 ----- |