From: Ned Deily Date: Fri, 22 Aug 2014 20:53:30 +0000 (-0700) Subject: Issue #22199: update Misc/NEWS X-Git-Tag: v2.7.9rc1~279 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd73ae27e8d3b4ac397e332b84d930c06ec6ca72;p=thirdparty%2FPython%2Fcpython.git Issue #22199: update Misc/NEWS --- diff --git a/Misc/NEWS b/Misc/NEWS index b8dab3067d54..3ad6a9df5482 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 -----------------