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 Richard.Christen@unice.fr
Recipients Richard.Christen@unice.fr
Date 2007-09-10.15:54:06
SpamBayes Score 0.39435095
Marked as misclassified No
Message-id <1189439646.7.0.203163909704.issue1142@psf.upfronthosting.co.za>
In-reply-to
Content
made an error in copy paste

if you replace by
fichout.write(str(i)+' '*59+'\n')

should be 
if you replace by
fichout.write(str(i)+'\n')
of course :-(
History
Date User Action Args
2007-09-10 15:54:06Richard.Christen@unice.frsetspambayes_score: 0.394351 -> 0.39435095
recipients: + Richard.Christen@unice.fr
2007-09-10 15:54:06Richard.Christen@unice.frsetspambayes_score: 0.394351 -> 0.394351
messageid: <1189439646.7.0.203163909704.issue1142@psf.upfronthosting.co.za>
2007-09-10 15:54:06Richard.Christen@unice.frlinkissue1142 messages
2007-09-10 15:54:06Richard.Christen@unice.frcreate