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 xavierd
Recipients r.david.murray, xavierd
Date 2011-08-12.09:52:24
SpamBayes Score 0.0011412625
Marked as misclassified No
Message-id <1313142746.12.0.801737572233.issue12515@psf.upfronthosting.co.za>
In-reply-to
Content
This patch does: 
 - when a close boundary isn't found then the error 
'email.errors.CloseBoundaryNotFoundDefect' is added to the defects list.
 - it doesn't modify the current behaviour of the feedparser 
(eg: the function email.message_from_file still modifies the message 
structure)
History
Date User Action Args
2011-08-12 09:52:26xavierdsetrecipients: + xavierd, r.david.murray
2011-08-12 09:52:26xavierdsetmessageid: <1313142746.12.0.801737572233.issue12515@psf.upfronthosting.co.za>
2011-08-12 09:52:25xavierdlinkissue12515 messages
2011-08-12 09:52:25xavierdcreate