diff options
author | Senthil Kumaran <senthil@uthcode.com> | 2012-03-16 08:13:50 (GMT) |
---|---|---|
committer | Senthil Kumaran <senthil@uthcode.com> | 2012-03-16 08:13:50 (GMT) |
commit | be3f851411f54b71251743997c1e8b2485f99de2 (patch) | |
tree | 349ace882898ece4e1d3b0a145f7dee31f92331f /Misc | |
parent | 604c4ff43de7246c5103ec7b9f581a819da70b33 (diff) | |
download | cpython-be3f851411f54b71251743997c1e8b2485f99de2.zip cpython-be3f851411f54b71251743997c1e8b2485f99de2.tar.gz cpython-be3f851411f54b71251743997c1e8b2485f99de2.tar.bz2 |
closes issue10484 - Fix the http.server's cgi PATH_INFO handling problem
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -22,6 +22,8 @@ Core and Builtins Library ------- +- Issue #10484: Fix the CGIHTTPServer's PATH_INFO handling problem. + - Issue #11199: Fix the with urllib which hangs on particular ftp urls. - Issue #14062: Header objects now correctly respect the 'linesep' setting |