diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-08-29 10:29:30 +0300 |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-08-29 10:29:30 +0300 |
commit | a8c2a8aa8dcf236355348adf696d2aae8fbe45b2 (patch) | |
tree | f54cddfc410b127c26cf13f9cb9056fed482d607 /Doc/library/xml.dom.pulldom.rst | |
parent | afe890923f4265958903bb23d20b6e27b02e3010 (diff) | |
parent | 15e6590774956a5bbb3a901bf5328869eb44ad49 (diff) | |
download | cpython-git-a8c2a8aa8dcf236355348adf696d2aae8fbe45b2.tar.gz |
Issue #18760: Improved cross-references in the xml package.
Diffstat (limited to 'Doc/library/xml.dom.pulldom.rst')
-rw-r--r-- | Doc/library/xml.dom.pulldom.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/library/xml.dom.pulldom.rst b/Doc/library/xml.dom.pulldom.rst index 8aa9cfb7d5..a9c9f67a71 100644 --- a/Doc/library/xml.dom.pulldom.rst +++ b/Doc/library/xml.dom.pulldom.rst @@ -74,7 +74,8 @@ and switch to DOM-related processing. Return a :class:`DOMEventStream` from the given input. *stream_or_string* may be either a file name, or a file-like object. *parser*, if given, must be a - :class:`XmlReader` object. This function will change the document handler of the + :class:`~xml.sax.xmlreader.XMLReader` object. This function will change the + document handler of the parser and activate namespace support; other parser configuration (like setting an entity resolver) must have been done in advance. |