Issue 3333: Need -3 warning for exec statement becoming a function (original) (raw)

Issue3333

Created on 2008-07-10 15:06 by rhettinger, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (1)
msg69523 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2008-07-10 22:38
No, I don't think we do. This is something that 2to3 can handle well, and also rather pointless because it would be impossible to get rid of the warning in 2.x because exec isn't a function in 2.x.(short of removing the exec completely!)
History
Date User Action Args
2022-04-11 14:56:36 admin set github: 47583
2008-07-11 11:31:19 rhettinger set status: open -> closedresolution: not a bug
2008-07-10 22:38:58 benjamin.peterson set nosy: + benjamin.petersonmessages: +
2008-07-10 15:06:25 rhettinger create