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 Indy, benjamin.peterson, indy90, jimjjewett, rhettinger, skip.montanaro
Date 2008-06-17.14:04:50
SpamBayes Score 0.03158913
Marked as misclassified No
Message-id <1213711494.2.0.0922356821689.issue1778443@psf.upfronthosting.co.za>
In-reply-to
Content
These changes mostly look fine but shouldn't go it until after the 
beta.  This is really the wrong time in the release cycle to be making 
minor spacing changes and making it harder to get a meaningful "svn 
ann".

BTW, the first change should go the distance and use map() instead of a 
list comprehension:  
   lines = map(str.strip, f)
History
Date User Action Args
2008-06-17 14:04:54rhettingersetspambayes_score: 0.0315891 -> 0.03158913
recipients: + rhettinger, skip.montanaro, jimjjewett, indy90, Indy, benjamin.peterson
2008-06-17 14:04:54rhettingersetspambayes_score: 0.0315891 -> 0.0315891
messageid: <1213711494.2.0.0922356821689.issue1778443@psf.upfronthosting.co.za>
2008-06-17 14:04:51rhettingerlinkissue1778443 messages
2008-06-17 14:04:50rhettingercreate