summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2014-07-13 05:16:56 (GMT)
committerNed Deily <nad@acm.org>2014-07-13 05:16:56 (GMT)
commit5d0d2e6ed6b6ca99d7aa1f9a5ff9c4b0fa545f76 (patch)
tree4dafdea7ff6186c5aec284ac45080a68fdf09586 /Misc/NEWS
parentad5ffd4767802dfc34e3ae2d7960f1610d58cdcc (diff)
parent217f4cd7ee587310587f70c28cd3b25c722275ba (diff)
downloadcpython-5d0d2e6ed6b6ca99d7aa1f9a5ff9c4b0fa545f76.zip
cpython-5d0d2e6ed6b6ca99d7aa1f9a5ff9c4b0fa545f76.tar.gz
cpython-5d0d2e6ed6b6ca99d7aa1f9a5ff9c4b0fa545f76.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/NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ecdb178..9425dc9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1,4 +1,4 @@
-+++++++++++
++++++++++++
Python News
+++++++++++
@@ -158,6 +158,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.
+
Build
-----