summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2014-08-22 20:53:30 (GMT)
committerNed Deily <nad@acm.org>2014-08-22 20:53:30 (GMT)
commitbd73ae27e8d3b4ac397e332b84d930c06ec6ca72 (patch)
treea0bb9318af56376fe0a48b5108071daa3d0ebf38 /Misc
parent9d6488a1f0c9fcc984757a94ba794ca8fd7bbf8f (diff)
downloadcpython-bd73ae27e8d3b4ac397e332b84d930c06ec6ca72.zip
cpython-bd73ae27e8d3b4ac397e332b84d930c06ec6ca72.tar.gz
cpython-bd73ae27e8d3b4ac397e332b84d930c06ec6ca72.tar.bz2
Issue #22199: update Misc/NEWS
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b8dab30..3ad6a9d 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
-----------------