commit | 532efabf1dcae183c586b78007baaaf59e4d61ca | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Wed Aug 24 22:34:21 2005 +0000 |
committer | Georg Brandl <georg@python.org> | Wed Aug 24 22:34:21 2005 +0000 |
tree | d840a3112bafdcec8b4a969b08fbaa18b08d72cf | |
parent | e1b13d20199f79ffd3407bbb14cc09b1b8fd70d2 [diff] [blame] |
patch #848017: make Cookie more RFC-compliant.
diff --git a/Misc/NEWS b/Misc/NEWS index fab6163..20e1f89 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -193,6 +193,9 @@ 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.