]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue 9877: expose sysconfig.get_makefile_filename() in the public API.
authorBarry Warsaw <barry@python.org>
Mon, 20 Sep 2010 15:29:53 +0000 (15:29 +0000)
committerBarry Warsaw <barry@python.org>
Mon, 20 Sep 2010 15:29:53 +0000 (15:29 +0000)
commitebbef6fef2e1c70aaa23ee27dcfc237545dee5d5
tree3db4f4633663af56b9db644cb4f7ff4830bbe42f
parent18cc344c0f98e6b2fe9d7181ae8f1aaa5bcca430
Issue 9877: expose sysconfig.get_makefile_filename() in the public API.
Doc/library/sysconfig.rst
Lib/sysconfig.py
Lib/test/test_sysconfig.py
Misc/NEWS