summaryrefslogtreecommitdiff
path: root/Doc/library/sysconfig.rst
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2010-09-20 15:29:53 +0000
committerBarry Warsaw <barry@python.org>2010-09-20 15:29:53 +0000
commit2bdc15ae673c88f9affa56f57cbc6e83cbbb9c19 (patch)
treec9ed1f3869f92d36d97d5713f2e14b76b42d4f03 /Doc/library/sysconfig.rst
parent9e0244112bc596c8c0f94d9bf940d165c31d3aa9 (diff)
downloadcpython-2bdc15ae673c88f9affa56f57cbc6e83cbbb9c19.tar.gz
Issue 9877: expose sysconfig.get_makefile_filename() in the public API.
Diffstat (limited to 'Doc/library/sysconfig.rst')
-rw-r--r--Doc/library/sysconfig.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/library/sysconfig.rst b/Doc/library/sysconfig.rst
index f3194f8cfa..773480b62b 100644
--- a/Doc/library/sysconfig.rst
+++ b/Doc/library/sysconfig.rst
@@ -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
----------------------------------