[issue4826] exec() docstring bug about file objects

2009-01-04 Thread Benjamin Peterson
Benjamin Peterson added the comment: Thanks! Fixed in r68301. -- nosy: +benjamin.peterson resolution: -> fixed status: open -> closed ___ Python tracker ___

[issue4826] exec() docstring bug about file objects

2009-01-03 Thread xverify
New submission from xverify : exec() no longer accepts a file object but its docstring states otherwise. -- assignee: georg.brandl components: Documentation messages: 79036 nosy: georg.brandl, xverify severity: normal status: open title: exec() docstring bug about file objects versions: