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

On Mon, Mar 17, 2008 at 3:41 PM, Raymond Hettinger
<[EMAIL PROTECTED]> wrote:
>
>  Raymond Hettinger <[EMAIL PROTECTED]> added the comment:
>
>  I would like to review the patch on this one.
>
>  I think it should limit itself to the True and False in builtin.  It
>  would be *very* expensive to check for every assignment in every
>  possible namespace.
>

It shouldn't be expensive when the parser does the check (just like
with SyntaxError for None).

__________________________________
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