From e4ff05f0783605350171f6623d4055837c2af14f Mon Sep 17 00:00:00 2001 From: Leonard Richardson Date: Sat, 16 Jul 2016 11:51:31 -0400 Subject: Added a separate class for XML processing instructions, which have a slightly different format from SGML processing instructions. [bug=1504383] --- bs4/builder/_htmlparser.py | 1 + 1 file changed, 1 insertion(+) (limited to 'bs4/builder/_htmlparser.py') diff --git a/bs4/builder/_htmlparser.py b/bs4/builder/_htmlparser.py index 823ca15..b919be4 100644 --- a/bs4/builder/_htmlparser.py +++ b/bs4/builder/_htmlparser.py @@ -8,6 +8,7 @@ __all__ = [ ] from HTMLParser import HTMLParser +from pdb import set_trace try: from HTMLParser import HTMLParseError -- cgit v1.2.3