]> granicus.if.org Git - python/commitdiff
Issue #22199: update Misc/NEWS
authorNed Deily <nad@acm.org>
Fri, 22 Aug 2014 20:53:30 +0000 (13:53 -0700)
committerNed Deily <nad@acm.org>
Fri, 22 Aug 2014 20:53:30 +0000 (13:53 -0700)
Misc/NEWS

index b8dab3067d54fd6d899ff7c7bce431b13f68b0fb..3ad6a9df5482b31ca8be191daad43aaf5f3a0d2f 100644 (file)
--- 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
 -----------------