]> granicus.if.org Git - python/commit
Issue #16089: Allow ElementTree.TreeBuilder to work again with a non-Element element_...
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 4 Oct 2012 17:54:53 +0000 (19:54 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 4 Oct 2012 17:54:53 +0000 (19:54 +0200)
commit997adb58191b63d9f12626a1e04770f496a0d9f3
tree7f525bd4ef436fb61e2b52433ac9ea4145e333b0
parentdf5959371f050ccb8e36eef12e3d9ac2f48b8c58
parentee329318db90d59a81b8d69a2ad8e32c0aa59cd9
Issue #16089: Allow ElementTree.TreeBuilder to work again with a non-Element element_factory (fixes a regression in SimpleTAL).
Lib/xml/etree/ElementTree.py
Misc/NEWS