[issue24364] Not all defects pass through email policy

Martin Panter report at bugs.python.org
Mon Jun 20 07:49:07 EDT 2016


Martin Panter added the comment:

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.

----------
keywords: +patch
stage: needs patch -> patch review
versions:  -Python 3.4
Added file: http://bugs.python.org/file43486/defect-fixes.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24364>
_______________________________________


More information about the Python-bugs-list mailing list