Issue 1116: reference in extending doc to non-existing file (original) (raw)

Issue1116

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:26 admin set github: 45457
2007-09-06 14:50:10 georg.brandl set status: open -> closednosy: + georg.brandlmessages: + resolution: accepted
2007-09-06 10:04:13 loewis set keywords: + patch
2007-09-06 09:10:11 anthon create