commit | 0c7dfa3e12650c06c3fc49804442d44448a04cfe | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Thu Dec 04 19:01:28 2008 +0000 |
committer | Fred Drake <fdrake@acm.org> | Thu Dec 04 19:01:28 2008 +0000 |
tree | 02fe1d3480b9757ade807e176baf0cad007dd5bf | |
parent | 8ad4f8018a83a220c7dab77cf8bf58b101d82fd9 [diff] |
Merged revisions 67528 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r67528 | fred.drake | 2008-12-04 13:25:17 -0500 (Thu, 04 Dec 2008) | 4 lines Issue #1055234: cgi.parse_header(): Fixed parsing of header parameters to support unusual filenames (such as those containing semi-colons) in Content-Disposition headers. ........