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 martin.panter
Recipients barry, martin.panter, r.david.murray
Date 2016-06-20.11:49:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1466423347.73.0.993577213393.issue24364@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch to fix the two defects in Lib/email/feedparser.py. I also made some extra changes to the tests:

* Remove some tests from Lib/test/test_email/test_email.py, because I think they were redundant with methods of the same name in test_defect_handling.py.

* Change a couple of the tests in test_defect_handling.py to verify there are no defects recorded at all even in raise_on_defect=True mode.
History
Date User Action Args
2016-06-20 11:49:07martin.pantersetrecipients: + martin.panter, barry, r.david.murray
2016-06-20 11:49:07martin.pantersetmessageid: <1466423347.73.0.993577213393.issue24364@psf.upfronthosting.co.za>
2016-06-20 11:49:07martin.panterlinkissue24364 messages
2016-06-20 11:49:06martin.pantercreate