]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #25232: Fix CGIRequestHandler's splitting of URL query
authorMartin Panter <vadmium+py@gmail.com>
Sat, 3 Oct 2015 05:38:07 +0000 (05:38 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Sat, 3 Oct 2015 05:38:07 +0000 (05:38 +0000)
commitcff22eb2bfde08b000c476e121eef551a5e3af6c
tree02dc41afccb8aa2ac0847df499d2dd9cecf665e1
parent195fc2f2aa5edd5958a46f8d129aa16cf6c51a2d
Issue #25232: Fix CGIRequestHandler's splitting of URL query

Patch from Xiang Zhang.
Lib/CGIHTTPServer.py
Lib/test/test_httpservers.py
Misc/ACKS
Misc/NEWS