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.

classification
Title: reference in extending doc to non-existing file
Type: Stage:
Components: Documentation Versions: Python 2.6, Python 2.5
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: anthon, georg.brandl
Priority: normal Keywords: patch

Created on 2007-09-06 09:10 by anthon, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
diff.txt anthon, 2007-09-06 09:10
Messages (2)
msg55682 - (view) Author: Anthon van der Neut (anthon) * Date: 2007-09-06 09:10
The extending Python doc for 2.5 (and 2.6) is still referring to
Python/pythonmain.c to look up how to call the Python parser with a
string. However the code (for the -c commandline option) is now in
Modules/main.c

See attached diff.txt fixes Doc/extending/extending.rst (it is probably
quiker to make the change by hand than to check the diff).
msg55695 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2007-09-06 14:50
Fixed in rev. 58012, 58013.
History
Date User Action Args
2022-04-11 14:56:26adminsetgithub: 45457
2007-09-06 14:50:10georg.brandlsetstatus: open -> closed
nosy: + georg.brandl
messages: + msg55695
resolution: accepted
2007-09-06 10:04:13loewissetkeywords: + patch
2007-09-06 09:10:11anthoncreate