]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix closes Issue12529 - cgi.parse_header failure on double quotes and
authorSenthil Kumaran <senthil@uthcode.com>
Wed, 19 Oct 2011 16:52:24 +0000 (00:52 +0800)
committerSenthil Kumaran <senthil@uthcode.com>
Wed, 19 Oct 2011 16:52:24 +0000 (00:52 +0800)
commit59a06d412d3a130c770faa1fc8d8fe13b0a67d3c
treeae6c0f206036e6aef6a3171a26881c5bea95c0f1
parent1e87da16eac24f6e0fb6908906ab6400ce583fa0
Fix closes Issue12529 - cgi.parse_header failure on double quotes and
semicolons. Patch by Ben Darnell and Petri Lehtinen.
Lib/cgi.py
Lib/test/test_cgi.py