]> granicus.if.org Git - python/commit
Issue #17741: use composition, rather than inheritance, for xml.etree.iterparse's...
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 23 Aug 2013 21:04:30 +0000 (23:04 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 23 Aug 2013 21:04:30 +0000 (23:04 +0200)
commit0acbcb5bbeec87e3a8fae872a0368a4e297a8e8a
treee6ba262e023faca5105d333a995012ca0e53aa00
parent892584e091bb9121777f971e0bb700da11cab235
Issue #17741: use composition, rather than inheritance, for xml.etree.iterparse's result class.
Patch by Stefan Behnel.
Lib/xml/etree/ElementTree.py