summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-05-22 11:29:19 (GMT)
committerGeorg Brandl <georg@python.org>2010-05-22 11:29:19 (GMT)
commit5d0ca2c8323b39e392c0c0bd31340cc3e1113c97 (patch)
tree1601fff6f5da3b4163e13c562a6e7a1e99280302 /Misc
parentf93ce0c1f53bf8507eb970b7113c93994ce682a0 (diff)
downloadcpython-5d0ca2c8323b39e392c0c0bd31340cc3e1113c97.zip
cpython-5d0ca2c8323b39e392c0c0bd31340cc3e1113c97.tar.gz
cpython-5d0ca2c8323b39e392c0c0bd31340cc3e1113c97.tar.bz2
Issue #3924: Ignore cookies with invalid "version" field in cookielib.
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 021cac0..013d598 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -29,6 +29,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)