Home | History | Annotate | Download | only in python2.7

Lines Matching refs:xmllib

30 # 2001-09-10 fl  Lazy import of urllib, cgi, xmllib (20x import speedup)
117 SlowParser Slow but safe standard parser (based on xmllib)
564 """Default XML parser (based on xmllib.XMLParser)."""
567 import xmllib # lazy subclassing (!)
568 if xmllib.XMLParser not in SlowParser.__bases__:
569 SlowParser.__bases__ = (xmllib.XMLParser,)
576 xmllib.XMLParser.__init__(self, accept_utf8=1)
578 xmllib.XMLParser.__init__(self) # pre-2.0