summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2014-07-13 05:20:15 (GMT)
committerNed Deily <nad@acm.org>2014-07-13 05:20:15 (GMT)
commit55966193f2dbb03d03675bf50baef29d3b0b7520 (patch)
tree7439b15476d55e581041ef3813f4e73c27b60397 /Misc/NEWS
parent007a90317d154536f68278a69743418d8301ca3f (diff)
parent5d0d2e6ed6b6ca99d7aa1f9a5ff9c4b0fa545f76 (diff)
downloadcpython-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/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f8c6abc..9fc2ca9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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
-----------------