commit | 9d6488a1f0c9fcc984757a94ba794ca8fd7bbf8f | [log] [tgz] |
---|---|---|
author | Ned Deily <nad@acm.org> | Fri Aug 22 13:48:06 2014 -0700 |
committer | Ned Deily <nad@acm.org> | Fri Aug 22 13:48:06 2014 -0700 |
tree | ab4a7852a5001c5a434bc7629f0cbf6603f45f04 | |
parent | 983df8688d6add6d7f35388eac97d5ecd1c8017f [diff] |
Issue #22199: Make get_makefile_filename() available in Lib/sysconfig.py for 2.7 to match other versions of sysconfig.
diff --git a/Doc/library/sysconfig.rst b/Doc/library/sysconfig.rst index a745a3d..9dd0b1e 100644 --- a/Doc/library/sysconfig.rst +++ b/Doc/library/sysconfig.rst
@@ -221,3 +221,7 @@ .. function:: get_config_h_filename() Return the path of :file:`pyconfig.h`. + +.. function:: get_makefile_filename() + + Return the path of :file:`Makefile`.