Searched refs:xmllib (Results 1 – 10 of 10) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test_xmllib.py | 21 xmllib = test_support.import_module('xmllib', deprecated=True) variable 26 parser = xmllib.XMLParser() 32 class H(xmllib.XMLParser):
|
/external/libxml2/python/ |
D | TODO | 11 - need more testing and check full callbacks for xmllib/sgmlop replacement 55 - basic xmllib replacement
|
/external/python/cpython2/Lib/ |
D | xmlrpclib.py | 573 import xmllib # lazy subclassing (!) 574 if xmllib.XMLParser not in SlowParser.__bases__: 575 SlowParser.__bases__ = (xmllib.XMLParser,) 582 xmllib.XMLParser.__init__(self, accept_utf8=1) 584 xmllib.XMLParser.__init__(self) # pre-2.0
|
/external/python/cpython2/Doc/library/ |
D | xmllib.rst | 2 :mod:`xmllib` --- A parser for XML documents 5 .. module:: xmllib
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.0.rst | 882 Python 1.5.2 included a simple XML parser in the form of the :mod:`xmllib` 886 :mod:`xmllib`, and the DOM (Document Object Model) provides a tree-based 1034 :mod:`xmllib`, :mod:`aifc`, :mod:`chunk, wave`, :mod:`random`, :mod:`shelve`,
|
/external/python/cpython2/Doc/howto/ |
D | regex.rst | 507 from the deprecated :mod:`xmllib` module::
|
/external/python/cpython2/Misc/ |
D | cheatsheet | 2020 xmllib A parser for XML, using the derived class as static DTD.
|
D | HISTORY | 9439 readline, ConfigParser, cgi, calendar, posix, readline, xmllib, aifc, 10761 - The updated xmllib module is once again compatible with the version 10976 - New version of xmllib.py by Sjoerd Mullender (0.2 with latest 12113 - New version of the xmllib module (this time with a test suite!) by 12650 - New module xmllib, to parse XML files. By Sjoerd Mullender.
|
/external/libxml2/ |
D | NEWS | 615 Fix python generator to not use deprecated xmllib (Daniel Veillard),
|
D | ChangeLog | 12446 did I say that python xmllib sucks ?
|