]> granicus.if.org Git - python/commit
Adjust PullDOM to use a DOMImplementation instance to create new Document
authorFred Drake <fdrake@acm.org>
Thu, 14 Dec 2000 18:00:18 +0000 (18:00 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 14 Dec 2000 18:00:18 +0000 (18:00 +0000)
commitc16adce273d20e462d705a7dcdbf17948cc8ba91
tree723b18d99046cd3437c1cc1635e9b65e91628cdf
parentadf5410dc4df5701dd91bd71740419df61f227c7
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.
Lib/xml/dom/pulldom.py