]> granicus.if.org Git - python/commit
Issue #2175: SAX parsers now support a character stream of InputSource object.
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 2 Apr 2015 18:00:13 +0000 (21:00 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Thu, 2 Apr 2015 18:00:13 +0000 (21:00 +0300)
commit61de087f0f838f5b69592827d3d592c06aa9b655
tree302f1a8799a529de0213a395e30fb4705b53f6bf
parent278ba2690c9367d36f138c880130aa1390fbaa19
Issue #2175: SAX parsers now support a character stream of InputSource object.
Doc/library/xml.sax.reader.rst
Doc/whatsnew/3.5.rst
Lib/test/test_sax.py
Lib/xml/sax/expatreader.py
Lib/xml/sax/saxutils.py
Lib/xml/sax/xmlreader.py
Misc/NEWS