cpython/Lib/xml/dom
Fred Drake c16adce273 Adjust PullDOM to use a DOMImplementation instance to create new Document
objects; uses minidom if one is not provided to the constructor.

parse():  Pick up the default_bufsize default value dynamically so that
          the value in the module may be (meaningfully) changed at runtime.

This (partially) closes patch #102477.
2000-12-14 18:00:18 +00:00
..
__init__.py Add code to DOMException to ensure it cannot be instantiated directly, 2000-12-13 16:35:53 +00:00
minidom.py Reduce the visibility of imported modules for cleaner "from ... import *" 2000-11-21 22:02:22 +00:00
pulldom.py Adjust PullDOM to use a DOMImplementation instance to create new Document 2000-12-14 18:00:18 +00:00