summaryrefslogtreecommitdiff
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2014-07-12 22:01:15 -0700
committerNed Deily <nad@acm.org>2014-07-12 22:01:15 -0700
commitc89376292efeddb56ffc34474bbd6b8fd45ca31f (patch)
tree96175fe37c1139657435e7a8cd442ba78dd0bddd /Misc/NEWS
parentf2892879a0e383ca8e2031fe4e05d490bd1463a8 (diff)
downloadcpython-git-c89376292efeddb56ffc34474bbd6b8fd45ca31f.tar.gz
Issue #21323: Fix CGIHTTPServer 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 8950247ba1..fbd1713d64 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -25,6 +25,9 @@ Library
- Issue #21923: Prevent AttributeError in distutils.sysconfig.customize_compiler
due to possible uninitialized _config_vars.
+- Issue #21323: Fix CGIHTTPServer to again handle scripts in CGI subdirectories,
+ broken by the fix for security issue #19435. Patch by Zach Byrne.
+
What's New in Python 2.7.8?
===========================