mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Issue 9877: expose sysconfig.get_makefile_filename() in the public API.
This commit is contained in:
parent
18cc344c0f
commit
ebbef6fef2
4 changed files with 25 additions and 5 deletions
|
|
@ -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
|
||||
----------------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue