[issue2349] Py3K warn against assigning to True/False

Raymond Hettinger report at bugs.python.org
Mon Mar 17 21:41:02 CET 2008


Raymond Hettinger <rhettinger at users.sourceforge.net> 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.

----------
nosy: +rhettinger

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2349>
__________________________________


More information about the Python-bugs-list mailing list