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 brett.cannon, jcea, terry.reedy, vstinner
Date 2011-02-02.23:01:02
SpamBayes Score 0.0006865647
Marked as misclassified No
Message-id <1296687663.05.0.964852451032.issue10951@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-02-02 23:01:03brett.cannonsetrecipients: + brett.cannon, terry.reedy, jcea, vstinner
2011-02-02 23:01:03brett.cannonsetmessageid: <1296687663.05.0.964852451032.issue10951@psf.upfronthosting.co.za>
2011-02-02 23:01:02brett.cannonlinkissue10951 messages
2011-02-02 23:01:02brett.cannoncreate