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 sdaoden
Recipients brett.cannon, r.david.murray, sdaoden
Date 2011-04-13.11:27:30
SpamBayes Score 0.0011570785
Marked as misclassified No
Message-id <1302694051.45.0.00195111271161.issue11701@psf.upfronthosting.co.za>
In-reply-to
Content
This patch fixes the problem.
It was introduced in e727cf35.

David Murray, i've looked into test_email.py to add tests
for this, and i found TestIdempotent().
What i would do is try to split that thing up so that it covers
str() as well as bytes(), rewriting ._msgobj() to use a xy
parser instance so that the file-argument-is-not-closed test
could be embedded in there as a side-effect.

This is however your area, so please let me know if i may
touch this or if you have local modifications to this one
which will make my snail-slow work on it pointless.
Thanks.
History
Date User Action Args
2011-04-13 11:27:31sdaodensetrecipients: + sdaoden, brett.cannon, r.david.murray
2011-04-13 11:27:31sdaodensetmessageid: <1302694051.45.0.00195111271161.issue11701@psf.upfronthosting.co.za>
2011-04-13 11:27:30sdaodenlinkissue11701 messages
2011-04-13 11:27:30sdaodencreate