[Python-bugs-list] [ python-Bugs-764616 ] execfile(filename,...) not execfile(file,...)

SourceForge.net noreply@sourceforge.net
Wed, 02 Jul 2003 07:23:07 -0700


Bugs item #764616, was opened at 2003-07-02 09:23
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=764616&group_id=5470

Category: Documentation
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: David Eger (davideger)
Assigned to: Nobody/Anonymous (nobody)
Summary: execfile(filename,...) not execfile(file,...)

Initial Comment:
At least with Python 2.2.2, execfile's first argument
is a filename, whereas the documentation in
lib/built-in-funcs.html indicates that the first
argument is a file.  Easy fix, patch the library reference.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=764616&group_id=5470