python-emails
python-emails copied to clipboard
Fix HTML5 links garbled by lxml
Fix following issue
>>> etree.tostring(etree.fromstring('<a><table></table></a>', parser=etree.HTMLParser()))
'<html><body><a/><table/></body></html>'
Coverage decreased (-0.09%) to 92.111% when pulling 351630c653f73680c86b5e7865ebdb64538dc714 on positiveviking:master into 9a7d35ab0ec8e206b8400f5778e5794176254be4 on lavr:master.
Test errors caused by Python 2.6:
...
File "/home/travis/virtualenv/python2.6.9/lib/python2.6/site-packages/coverage/misc.py", line 287, in <module>
class StopEverything(unittest.SkipTest):
AttributeError: 'module' object has no attribute 'SkipTest'