commit | 5d0ca2c8323b39e392c0c0bd31340cc3e1113c97 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sat May 22 11:29:19 2010 +0000 |
committer | Georg Brandl <georg@python.org> | Sat May 22 11:29:19 2010 +0000 |
tree | 1601fff6f5da3b4163e13c562a6e7a1e99280302 | |
parent | f93ce0c1f53bf8507eb970b7113c93994ce682a0 [diff] |
Issue #3924: Ignore cookies with invalid "version" field in cookielib.
diff --git a/Misc/NEWS b/Misc/NEWS index 021cac0..013d598 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -29,6 +29,8 @@ 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)