Workaround for BeautifulSoup/HTML5parser bug

John Nagle nagle at animats.com
Sat Mar 21 14:51:42 EDT 2015


   BeautifulSoup 4 and HTML5parser are known to not play well together.
I have a workaround for that.  See

	https://bugs.launchpad.net/beautifulsoup/+bug/1430633

This isn't a fix; it's a postprocessor to fix broken BS4 trees.
This is for use until the BS4 maintainers fix the bug.

				John Nagle



More information about the Python-list mailing list