From bd73ae27e8d3b4ac397e332b84d930c06ec6ca72 Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Fri, 22 Aug 2014 13:53:30 -0700 Subject: [PATCH] Issue #22199: update Misc/NEWS --- Misc/NEWS | 3 +++ 1 file changed, 3 insertions(+) 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 ----------------- -- 2.50.1