]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #14007: accept incomplete TreeBuilder objects (missing start/end/data/close...
authorFlorent Xicluna <florent.xicluna@gmail.com>
Mon, 5 Mar 2012 09:42:19 +0000 (10:42 +0100)
committerFlorent Xicluna <florent.xicluna@gmail.com>
Mon, 5 Mar 2012 09:42:19 +0000 (10:42 +0100)
commit75b5e7ee155ea9a04cd392f4aed8b23822783cb1
tree95775b1079105911ebe8143bb48f0c44b34f41aa
parent50eee834fd1dda87a4876f5b0e4d2960341a0592
Issue #14007: accept incomplete TreeBuilder objects (missing start/end/data/close) for the Python implementation as well. Add disabled tests for the doctype() method.
Lib/test/test_xml_etree.py
Lib/xml/etree/ElementTree.py
Misc/NEWS