commit | ebbef6fef2e1c70aaa23ee27dcfc237545dee5d5 | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Mon Sep 20 15:29:53 2010 +0000 |
committer | Barry Warsaw <barry@python.org> | Mon Sep 20 15:29:53 2010 +0000 |
tree | 3db4f4633663af56b9db644cb4f7ff4830bbe42f | |
parent | 18cc344c0f98e6b2fe9d7181ae8f1aaa5bcca430 [diff] [blame] |
Issue 9877: expose sysconfig.get_makefile_filename() in the public API.
diff --git a/Misc/NEWS b/Misc/NEWS index 5cac5dc..61279ec 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -55,6 +55,8 @@ 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.