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
Title: Need -3 warning for exec statement becoming a function
Type: Stage:
Components: Versions: Python 2.6
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: Nosy List: benjamin.peterson, rhettinger
Priority: high Keywords:

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:36adminsetgithub: 47583
2008-07-11 11:31:19rhettingersetstatus: open -> closed
resolution: not a bug
2008-07-10 22:38:58benjamin.petersonsetnosy: + benjamin.peterson
messages: + msg69523
2008-07-10 15:06:25rhettingercreate