summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-05-22 11:32:59 (GMT)
committerGeorg Brandl <georg@python.org>2010-05-22 11:32:59 (GMT)
commitf9f33aa38d8f4cca28f32a522f28f4066de6d092 (patch)
tree55997bd081b877e4f24e0b58edd017b4de33c530 /Misc
parenta10d64fba224bbe922ae5297b8c8df1e01ef70c8 (diff)
downloadcpython-f9f33aa38d8f4cca28f32a522f28f4066de6d092.zip
cpython-f9f33aa38d8f4cca28f32a522f28f4066de6d092.tar.gz
cpython-f9f33aa38d8f4cca28f32a522f28f4066de6d092.tar.bz2
Merged revisions 81465-81466 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r81465 | georg.brandl | 2010-05-22 13:29:19 +0200 (Sa, 22 Mai 2010) | 2 lines Issue #3924: Ignore cookies with invalid "version" field in cookielib. ........ r81466 | georg.brandl | 2010-05-22 13:31:16 +0200 (Sa, 22 Mai 2010) | 1 line Underscore the name of an internal utility function. ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 845a41d..63fafe6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -55,6 +55,8 @@ C-API
Library
-------
+- Issue #3924: Ignore cookies with invalid "version" field in cookielib.
+
- Issue #6268: Fix seek() method of codecs.open(), don't read the BOM twice
after seek(0)