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.

Author brett.cannon
Recipients belopolsky, benjamin.peterson, brett.cannon, rhettinger
Date 2008-03-19.17:34:00
SpamBayes Score 0.27468762
Marked as misclassified No
Message-id <1205948041.64.0.270055410767.issue2349@psf.upfronthosting.co.za>
In-reply-to
Content
Actually, the patch is incomplete. You can still do assignment through
things such as ``def True(): pass``. If you go through ast.c and find
the various places None is protected (search for \"None\" and note the
places where an ast_error() call is made) you should put the warnings there.
History
Date User Action Args
2008-03-19 17:34:01brett.cannonsetspambayes_score: 0.274688 -> 0.27468762
recipients: + brett.cannon, rhettinger, belopolsky, benjamin.peterson
2008-03-19 17:34:01brett.cannonsetspambayes_score: 0.274688 -> 0.274688
messageid: <1205948041.64.0.270055410767.issue2349@psf.upfronthosting.co.za>
2008-03-19 17:34:01brett.cannonlinkissue2349 messages
2008-03-19 17:34:00brett.cannoncreate