diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-08-29 10:28:44 +0300 |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-08-29 10:28:44 +0300 |
commit | 15e6590774956a5bbb3a901bf5328869eb44ad49 (patch) | |
tree | 19ab1592f8fa1aefeab9c2cff2418ad10c1bf212 /Doc/library/xml.dom.pulldom.rst | |
parent | 3b44a409de0ac3ab2558e77716b8f0c821db6cde (diff) | |
download | cpython-git-15e6590774956a5bbb3a901bf5328869eb44ad49.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. |