diff options
author | Georg Brandl <georg@python.org> | 2010-05-22 11:29:19 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-05-22 11:29:19 (GMT) |
commit | 5d0ca2c8323b39e392c0c0bd31340cc3e1113c97 (patch) | |
tree | 1601fff6f5da3b4163e13c562a6e7a1e99280302 /Misc | |
parent | f93ce0c1f53bf8507eb970b7113c93994ce682a0 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |