summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2005-08-24 22:34:21 (GMT)
committerGeorg Brandl <georg@python.org>2005-08-24 22:34:21 (GMT)
commit532efabf1dcae183c586b78007baaaf59e4d61ca (patch)
treed840a3112bafdcec8b4a969b08fbaa18b08d72cf /Misc
parente1b13d20199f79ffd3407bbb14cc09b1b8fd70d2 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index fab6163..20e1f89 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.