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 gvanrossum
Recipients gvanrossum, mark.dickinson, palfrey
Date 2008-01-17.18:14:05
SpamBayes Score 0.3101492
Marked as misclassified No
Message-id <1200593646.61.0.815728976487.issue1859@psf.upfronthosting.co.za>
In-reply-to
Content
Use .splitlines() to break the input into lines, wrap each "line"
separately, and join again?
History
Date User Action Args
2008-01-17 18:14:06gvanrossumsetspambayes_score: 0.310149 -> 0.3101492
recipients: + gvanrossum, mark.dickinson, palfrey
2008-01-17 18:14:06gvanrossumsetspambayes_score: 0.310149 -> 0.310149
messageid: <1200593646.61.0.815728976487.issue1859@psf.upfronthosting.co.za>
2008-01-17 18:14:05gvanrossumlinkissue1859 messages
2008-01-17 18:14:05gvanrossumcreate