]> granicus.if.org Git - python/commit
Issue #24657: Prevent CGIRequestHandler from collapsing the URL query
authorMartin Panter <vadmium+py@gmail.com>
Sat, 3 Oct 2015 05:55:46 +0000 (05:55 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Sat, 3 Oct 2015 05:55:46 +0000 (05:55 +0000)
commit74c76c8f06c60698a23289abc48d23b9b4ea6c27
tree23a8ea1653ac189f20db2792aa49142541d290f1
parentcff22eb2bfde08b000c476e121eef551a5e3af6c
Issue #24657: Prevent CGIRequestHandler from collapsing the URL query

Initial patch from Xiang Zhang. Also fix out-of-date _url_collapse_path() doc
string.
Lib/CGIHTTPServer.py
Lib/test/test_httpservers.py
Misc/NEWS