[Python-3000-checkins] r58012 - python/branches/py3k/Doc/extending/extending.rst

Guido van Rossum guido at python.org
Thu Sep 6 19:15:38 CEST 2007


I'm guessing this is also wrong on the trunk then?

On 9/6/07, georg.brandl <python-3000-checkins at python.org> wrote:
> Author: georg.brandl
> Date: Thu Sep  6 16:49:02 2007
> New Revision: 58012
>
> Modified:
>    python/branches/py3k/Doc/extending/extending.rst
> Log:
> #1116: reference to old filename fixed.
>
>
> Modified: python/branches/py3k/Doc/extending/extending.rst
> ==============================================================================
> --- python/branches/py3k/Doc/extending/extending.rst    (original)
> +++ python/branches/py3k/Doc/extending/extending.rst    Thu Sep  6 16:49:02 2007
> @@ -418,7 +418,7 @@
>  standard interface to call a Python function.  (I won't dwell on how to call the
>  Python parser with a particular string as input --- if you're interested, have a
>  look at the implementation of the :option:`-c` command line option in
> -:file:`Python/pythonmain.c` from the Python source code.)
> +:file:`Modules/main.c` from the Python source code.)
>
>  Calling a Python function is easy.  First, the Python program must somehow pass
>  you the Python function object.  You should provide a function (or some other
> _______________________________________________
> Python-3000-checkins mailing list
> Python-3000-checkins at python.org
> http://mail.python.org/mailman/listinfo/python-3000-checkins
>


-- 
--Guido van Rossum (home page: http://www.python.org/~guido/)


More information about the Python-3000-checkins mailing list