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, r.david.murray, vunruh, yves@zioup.com
Date 2011-02-11.15:43:44
SpamBayes Score 3.8897946e-05
Marked as misclassified No
Message-id <1297439025.46.0.175412301819.issue9298@psf.upfronthosting.co.za>
In-reply-to
Content
Yves: thanks for the patches.  If you feel like redoing the test one as a patch against Lib/email/test/test_email.py, that would be great.  I'd suggest having the test just split the lines and do

  assertLessEqual(max([len(x) for x in lines]), 76)

or something along those lines.

As for the fix, encoders used to use encodebytes, but it tacks on a trailing newline that, according to the old code (see r57800) is unwanted.  So perhaps we need to revert that part of r57800 instead.
History
Date User Action Args
2011-02-11 15:43:45r.david.murraysetrecipients: + r.david.murray, barry, vunruh, yves@zioup.com
2011-02-11 15:43:45r.david.murraysetmessageid: <1297439025.46.0.175412301819.issue9298@psf.upfronthosting.co.za>
2011-02-11 15:43:44r.david.murraylinkissue9298 messages
2011-02-11 15:43:44r.david.murraycreate