This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jamercee
Recipients docs@python, jamercee
Date 2014-08-14.17:28:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1408037312.39.0.0797944753174.issue22199@psf.upfronthosting.co.za>
In-reply-to
Content
On the page https://docs.python.org/2/extending/embedding.html#compiling-and-linking-under-unix-like-systems

The documentation makes the following reference:

"...(use sysconfig.get_makefile_filename() to find its location)..."

But this is incorrect. sysconfig was modified in 3.x (Issue 9877) to use this new name. In 2.x, the function has an underscore prefix:

sysconfig._get_makefile_filename()
History
Date User Action Args
2014-08-14 17:28:32jamerceesetrecipients: + jamercee, docs@python
2014-08-14 17:28:32jamerceesetmessageid: <1408037312.39.0.0797944753174.issue22199@psf.upfronthosting.co.za>
2014-08-14 17:28:32jamerceelinkissue22199 messages
2014-08-14 17:28:32jamerceecreate