Issue #18760: Improved cross-references in the xml package.

This commit is contained in:
Serhiy Storchaka 2013-08-29 10:28:44 +03:00
parent 3b44a409de
commit 15e6590774
7 changed files with 67 additions and 44 deletions

View file

@ -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.