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 Pikamander2
Recipients Pikamander2, berker.peksag, ezio.melotti, jkamdjou, kodial, xtreak
Date 2020-04-17.09:17:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1587115025.14.0.00422729718814.issue34480@roundup.psfhosted.org>
In-reply-to
Content
Here's a simplified real world example that I found if it helps anyone:

import bs4

html = '''<html><head><!fill in here--> <![end--><!-- start: SSI y-xtra-topspace.shtml --><!-- --></head><body></body></html>'''

soup = bs4.BeautifulSoup(html, 'html.parser')
History
Date User Action Args
2020-04-17 09:17:05Pikamander2setrecipients: + Pikamander2, ezio.melotti, berker.peksag, xtreak, kodial, jkamdjou
2020-04-17 09:17:05Pikamander2setmessageid: <1587115025.14.0.00422729718814.issue34480@roundup.psfhosted.org>
2020-04-17 09:17:05Pikamander2linkissue34480 messages
2020-04-17 09:17:04Pikamander2create