From: Raymond Hettinger Date: Wed, 2 Jul 2003 15:31:54 +0000 (+0000) Subject: SF bug #764616: execfile(filename,...) not execfile(file,...) X-Git-Tag: v2.3c1~185 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=774816f81783672fb2262749e0c410a69c27c009;p=python SF bug #764616: execfile(filename,...) not execfile(file,...) Clarify parameter name. --- diff --git a/Doc/lib/libfuncs.tex b/Doc/lib/libfuncs.tex index 9d181b19e7..6b61d36249 100644 --- a/Doc/lib/libfuncs.tex +++ b/Doc/lib/libfuncs.tex @@ -354,7 +354,7 @@ class C: \function{execfile()}. \end{funcdesc} -\begin{funcdesc}{execfile}{file\optional{, globals\optional{, locals}}} +\begin{funcdesc}{execfile}{filename\optional{, globals\optional{, locals}}} This function is similar to the \keyword{exec} statement, but parses a file instead of a string. It is different from the \keyword{import} statement in that it does not