[docs] [issue22199] Embedding Python documentation error
Jim Carroll
report at bugs.python.org
Thu Aug 14 19:28:32 CEST 2014
New submission from Jim Carroll:
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()
----------
assignee: docs at python
components: Documentation
messages: 225307
nosy: docs at python, jamercee
priority: normal
severity: normal
status: open
title: Embedding Python documentation error
versions: Python 2.7
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22199>
_______________________________________
More information about the docs
mailing list