Searched refs:xmllib (Results 1 – 4 of 4) sorted by relevance
21 xmllib = test_support.import_module('xmllib', deprecated=True) variable26 parser = xmllib.XMLParser()32 class H(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
233 fileinput.py re.py xmllib.py
255 fileinput.py re.py xmllib.py