Message127776
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. |
|
Date |
User |
Action |
Args |
2011-02-02 23:01:03 | brett.cannon | set | recipients:
+ brett.cannon, terry.reedy, jcea, vstinner |
2011-02-02 23:01:03 | brett.cannon | set | messageid: <1296687663.05.0.964852451032.issue10951@psf.upfronthosting.co.za> |
2011-02-02 23:01:02 | brett.cannon | link | issue10951 messages |
2011-02-02 23:01:02 | brett.cannon | create | |
|