From: Ned Deily Date: Fri, 22 Aug 2014 20:53:30 +0000 (-0700) Subject: Issue #22199: update Misc/NEWS X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bd73ae27e8d3b4ac397e332b84d930c06ec6ca72;p=python Issue #22199: update Misc/NEWS --- diff --git a/Misc/NEWS b/Misc/NEWS index b8dab3067d..3ad6a9df54 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -89,6 +89,9 @@ Library - Issue #21323: Fix CGIHTTPServer to again handle scripts in CGI subdirectories, broken by the fix for security issue #19435. Patch by Zach Byrne. +- Issue #22199: Make get_makefile_filename() available in Lib/sysconfig.py + for 2.7 to match other versions of sysconfig. + Extension Modules -----------------