commit | 51a65c91611aa7deb222f24ad2c94021910b7a54 | [log] [tgz] |
---|---|---|
author | Senthil Kumaran <senthil@uthcode.com> | Fri Mar 16 01:07:16 2012 -0700 |
committer | Senthil Kumaran <senthil@uthcode.com> | Fri Mar 16 01:07:16 2012 -0700 |
tree | dad4b18b2634db8ebaaed68dfab9200894e07e76 | |
parent | 4c59211bd5b136880bb3b5c6aef033e2b62c1019 [diff] [blame] |
2.7 - Issue #10484: Fix the CGIHTTPServer's PATH_INFO handling problem
diff --git a/Misc/NEWS b/Misc/NEWS index 376d8d3..b8edcaa 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -20,6 +20,8 @@ Library ------- +- Issue #10484: Fix the CGIHTTPServer's PATH_INFO handling problem. + - Issue #11199: Fix the with urllib which hangs on particular ftp urls. - Issue #5219: Prevent event handler cascade in IDLE.