]> granicus.if.org Git - python/commit
Issue #17741: Add ElementTree.IncrementalParser, an event-driven parser for non-block...
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 18 Apr 2013 17:37:06 +0000 (19:37 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 18 Apr 2013 17:37:06 +0000 (19:37 +0200)
commit5b235d0923d44ce1b535ee7d63ce5d556f8dd1f8
tree2e7847d7060eacaaead514f1be0d1a6902f584f2
parent323d2927f0a2858802b96988f77dc41dffd74744
Issue #17741: Add ElementTree.IncrementalParser, an event-driven parser for non-blocking applications.
Doc/library/xml.etree.elementtree.rst
Lib/test/test_xml_etree.py
Lib/xml/etree/ElementTree.py
Misc/NEWS