diff options
author | Georg Brandl <georg@python.org> | 2005-08-24 22:34:21 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2005-08-24 22:34:21 (GMT) |
commit | 532efabf1dcae183c586b78007baaaf59e4d61ca (patch) | |
tree | d840a3112bafdcec8b4a969b08fbaa18b08d72cf /Misc | |
parent | e1b13d20199f79ffd3407bbb14cc09b1b8fd70d2 (diff) | |
download | cpython-532efabf1dcae183c586b78007baaaf59e4d61ca.zip cpython-532efabf1dcae183c586b78007baaaf59e4d61ca.tar.gz cpython-532efabf1dcae183c586b78007baaaf59e4d61ca.tar.bz2 |
patch #848017: make Cookie more RFC-compliant.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -193,6 +193,9 @@ Extension Modules Library ------- +- Patch #848017: Make Cookie more RFC-compliant. Use CRLF as default output + separator and do not output trailing semicola. + - Patch #1062060: urllib.urlretrieve() now raises a new exception, named ContentTooShortException, when the actually downloaded size does not match the Content-Length header. |