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 r.david.murray
Recipients barry, kitterma, r.david.murray
Date 2011-04-07.16:56:23
SpamBayes Score 0.00013092079
Marked as misclassified No
Message-id <1302195384.14.0.63721501656.issue11492@psf.upfronthosting.co.za>
In-reply-to
Content
OK, it looks like the wrapping problem arises when the line contains runs of blank delimited tokens longer than maxlinelen *and* the line also contains ';'s.  The line is then split at the ';' and the remaining overlong pieces are not split.

I'll work on a fix.
History
Date User Action Args
2011-04-07 16:56:24r.david.murraysetrecipients: + r.david.murray, barry, kitterma
2011-04-07 16:56:24r.david.murraysetmessageid: <1302195384.14.0.63721501656.issue11492@psf.upfronthosting.co.za>
2011-04-07 16:56:23r.david.murraylinkissue11492 messages
2011-04-07 16:56:23r.david.murraycreate