Brett Cannon <br...@python.org> added the comment:

Just a comment on those warnings about unused assignments; think about 
commenting them out instead of flat-out deleting them. When I ran clang over 
Python 2.7 I got some blow-back from deleting some assignments as some found 
them to be like documentation. In instances where the assignment helps explain 
what is going on it is best to just comment the code out.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10951>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to