Issue 4826: exec() docstring bug about file objects - Python tracker

This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: benjamin.peterson, georg.brandl, xverify
Priority: normal Keywords:

Created on 2009-01-04 04:16 by xverify, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg79036 - (view) Author: (xverify) Date: 2009-01-04 04:16
exec() no longer accepts a file object but its docstring states otherwise.
msg79066 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2009-01-04 15:30
Thanks! Fixed in r68301.