Issue 4826: exec() docstring bug about file objects (original) (raw)

Issue4826

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:43 admin set github: 49076
2009-01-04 15:30:53 benjamin.peterson set status: open -> closedresolution: fixedmessages: + nosy: + benjamin.peterson
2009-01-04 04:16:14 xverify create