summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2010-09-20 15:29:53 (GMT)
committerBarry Warsaw <barry@python.org>2010-09-20 15:29:53 (GMT)
commitebbef6fef2e1c70aaa23ee27dcfc237545dee5d5 (patch)
tree3db4f4633663af56b9db644cb4f7ff4830bbe42f /Misc
parent18cc344c0f98e6b2fe9d7181ae8f1aaa5bcca430 (diff)
downloadcpython-ebbef6fef2e1c70aaa23ee27dcfc237545dee5d5.zip
cpython-ebbef6fef2e1c70aaa23ee27dcfc237545dee5d5.tar.gz
cpython-ebbef6fef2e1c70aaa23ee27dcfc237545dee5d5.tar.bz2
Issue 9877: expose sysconfig.get_makefile_filename() in the public API.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5cac5dc..61279ec 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -55,6 +55,8 @@ Core and Builtins
Library
-------
+- Issue #9877: Expose sysconfig.get_makefile_filename()
+
- logging: Added hasHandlers() method to Logger and LoggerAdapter.
- Issue #1686: Fix string.Template when overriding the pattern attribute.