Issue 9877: expose sysconfig.get_makefile_filename() in the public API.

This commit is contained in:
Barry Warsaw 2010-09-20 15:29:53 +00:00
parent 18cc344c0f
commit ebbef6fef2
4 changed files with 25 additions and 5 deletions

View file

@ -217,6 +217,10 @@ Other functions
Return the path of :file:`pyconfig.h`.
.. function:: get_makefile_filename()
Return the path of :file:`Makefile`.
Using :mod:`sysconfig` as a script
----------------------------------