From: Ned Deily Date: Sun, 13 Jul 2014 05:20:15 +0000 (-0700) Subject: Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, X-Git-Tag: v3.5.0a1~1287 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=55966193f2dbb03d03675bf50baef29d3b0b7520;p=python Issue #21323: Fix http.server to again handle scripts in CGI subdirectories, broken by the fix for security issue #19435. Patch by Zach Byrne. --- 55966193f2dbb03d03675bf50baef29d3b0b7520 diff --cc Misc/NEWS index f8c6abc120,9425dc93c2..9fc2ca99b6 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -568,11 -499,6 +568,14 @@@ Librar - Issue #11571: Ensure that the turtle window becomes the topmost window when launched on OS X. +- Issue #21801: Validate that __signature__ is None or an instance of Signature. + +- 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 -----------------