diff options
author | Ned Deily <nad@acm.org> | 2014-08-22 20:53:30 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2014-08-22 20:53:30 (GMT) |
commit | bd73ae27e8d3b4ac397e332b84d930c06ec6ca72 (patch) | |
tree | a0bb9318af56376fe0a48b5108071daa3d0ebf38 /Misc | |
parent | 9d6488a1f0c9fcc984757a94ba794ca8fd7bbf8f (diff) | |
download | cpython-bd73ae27e8d3b4ac397e332b84d930c06ec6ca72.zip cpython-bd73ae27e8d3b4ac397e332b84d930c06ec6ca72.tar.gz cpython-bd73ae27e8d3b4ac397e332b84d930c06ec6ca72.tar.bz2 |
Issue #22199: update Misc/NEWS
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 ----------------- |