Brett Cannon <[EMAIL PROTECTED]> added the comment:

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.

----------
resolution: accepted -> 

__________________________________
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2349>
__________________________________
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to