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.

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.
History
Date User Action Args
2022-04-11 14:56:43adminsetgithub: 49076
2009-01-04 15:30:53benjamin.petersonsetstatus: open -> closed
resolution: fixed
messages: + msg79066
nosy: + benjamin.peterson
2009-01-04 04:16:14xverifycreate