[ python-Bugs-1762972 ] 'exec' does not accept what 'open' returns
SourceForge.net
noreply at sourceforge.net
Sun Jul 29 05:24:55 CEST 2007
Bugs item #1762972, was opened at 2007-07-28 20:24
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=1762972&group_id=5470
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Python Interpreter Core
Group: Python 3000
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Brett Cannon (bcannon)
Assigned to: Nobody/Anonymous (nobody)
Summary: 'exec' does not accept what 'open' returns
Initial Comment:
Since the move over to io.py 'exec' no longer accepts what 'open' returns. Looks like there is a type check in 'exec' for strings, files, or code object, but 'open' returns a TextIOWrapper that fails that typecheck.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1762972&group_id=5470
More information about the Python-bugs-list
mailing list