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 yves@zioup.com
Recipients barry, r.david.murray, vunruh, yves@zioup.com
Date 2011-02-12.23:14:04
SpamBayes Score 1.3235011e-06
Marked as misclassified No
Message-id <1297552445.05.0.830840697679.issue9298@psf.upfronthosting.co.za>
In-reply-to
Content
I will. Please don't use my patch yet, it breaks something else in the test_email:

./python Lib/test/regrtest.py test_email
[1/1] test_email
test test_email failed -- Traceback (most recent call last):
  File "/export/incoming/python/py3k/Lib/email/test/test_email.py", line 1146, in test_body
    eq(msg.get_payload(), '+vv8/f7/')
AssertionError: '+vv8/f7/\n' != '+vv8/f7/'
- +vv8/f7/
?         -
+ +vv8/f7/

1 test failed:
    test_email


This is with my code patch, not the test patch. I'll look at it, and post again, could be the extra newline you were talking about.
History
Date User Action Args
2011-02-12 23:14:05yves@zioup.comsetrecipients: + yves@zioup.com, barry, r.david.murray, vunruh
2011-02-12 23:14:05yves@zioup.comsetmessageid: <1297552445.05.0.830840697679.issue9298@psf.upfronthosting.co.za>
2011-02-12 23:14:04yves@zioup.comlinkissue9298 messages
2011-02-12 23:14:04yves@zioup.comcreate