]> granicus.if.org Git - python/commit
Issue #1055234: cgi.parse_header(): Fixed parsing of header parameters to
authorFred Drake <fdrake@acm.org>
Thu, 4 Dec 2008 18:25:17 +0000 (18:25 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 4 Dec 2008 18:25:17 +0000 (18:25 +0000)
commit5248103ef910774628639c767b8fbcf88684e013
tree3315c3c67992985436549fc2efe16cdb6a09b38f
parented2f42377571f95993b4c79c7d1382eeda12acfd
Issue #1055234: cgi.parse_header(): Fixed parsing of header parameters to
support unusual filenames (such as those containing semi-colons) in
Content-Disposition headers.
Lib/cgi.py
Lib/test/test_cgi.py
Misc/NEWS