diff options
author | Ned Deily <nad@acm.org> | 2014-07-13 05:20:15 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2014-07-13 05:20:15 (GMT) |
commit | 55966193f2dbb03d03675bf50baef29d3b0b7520 (patch) | |
tree | 7439b15476d55e581041ef3813f4e73c27b60397 /Misc | |
parent | 007a90317d154536f68278a69743418d8301ca3f (diff) | |
parent | 5d0d2e6ed6b6ca99d7aa1f9a5ff9c4b0fa545f76 (diff) | |
download | cpython-55966193f2dbb03d03675bf50baef29d3b0b7520.zip cpython-55966193f2dbb03d03675bf50baef29d3b0b7520.tar.gz cpython-55966193f2dbb03d03675bf50baef29d3b0b7520.tar.bz2 |
Issue #21323: Fix http.server to again handle scripts in CGI subdirectories,
broken by the fix for security issue #19435. Patch by Zach Byrne.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -201,6 +201,7 @@ Tarn Weisner Burton Lee Busby Katherine Busch Ralph Butler +Zach Byrne Nicolas Cadou Jp Calderone Arnaud Calmettes @@ -573,6 +573,9 @@ Library - Issue #21923: Prevent AttributeError in distutils.sysconfig.customize_compiler due to possible uninitialized _config_vars. +- Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, + broken by the fix for security issue #19435. Patch by Zach Byrne. + Extension Modules ----------------- |