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 rhettinger
Recipients christian.heimes, gvanrossum, rhettinger
Date 2007-12-10.15:11:03
SpamBayes Score 0.16671741
Marked as misclassified No
Message-id <1197299463.79.0.879972419308.issue1564@psf.upfronthosting.co.za>
In-reply-to
Content
I had looked at the version 2 instead of version 3.

Version 3 is much closer.  A couple of comments.  Don't change the 
brace opening/closing convention in the file -- stick with the K&R 
style -- mixing two different styles makes the file harder to read and 
maintain.

Also, do not introduce string optimization in new places.  If it wasn't 
there before, it was likely left out for a reason (lines 1231 and 1352 
for example).
History
Date User Action Args
2007-12-10 15:11:04rhettingersetspambayes_score: 0.166717 -> 0.16671741
recipients: + rhettinger, gvanrossum, christian.heimes
2007-12-10 15:11:03rhettingersetspambayes_score: 0.166717 -> 0.166717
messageid: <1197299463.79.0.879972419308.issue1564@psf.upfronthosting.co.za>
2007-12-10 15:11:03rhettingerlinkissue1564 messages
2007-12-10 15:11:03rhettingercreate