summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2008-12-04 18:25:17 (GMT)
committerFred Drake <fdrake@acm.org>2008-12-04 18:25:17 (GMT)
commit5248103ef910774628639c767b8fbcf88684e013 (patch)
tree3315c3c67992985436549fc2efe16cdb6a09b38f /Misc
parented2f42377571f95993b4c79c7d1382eeda12acfd (diff)
downloadcpython-5248103ef910774628639c767b8fbcf88684e013.zip
cpython-5248103ef910774628639c767b8fbcf88684e013.tar.gz
cpython-5248103ef910774628639c767b8fbcf88684e013.tar.bz2
Issue #1055234: cgi.parse_header(): Fixed parsing of header parameters to
support unusual filenames (such as those containing semi-colons) in Content-Disposition headers.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 78578e3..300c819 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -60,6 +60,10 @@ Core and Builtins
Library
-------
+- Issue #1055234: cgi.parse_header(): Fixed parsing of header parameters to
+ support unusual filenames (such as those containing semi-colons) in
+ Content-Disposition headers.
+
- Issue #4384: Added integration with warnings module using captureWarnings().
This change includes a NullHandler which does nothing; it will be of use to
library developers who want to avoid the "No handlers could be found for