]> granicus.if.org Git - python/commit
Issue #25688: Fixed file leak in ElementTree.iterparse() raising an error.
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 23 Nov 2015 13:46:14 +0000 (15:46 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 23 Nov 2015 13:46:14 +0000 (15:46 +0200)
commit698068b0138d3e2b37d15080f87f4cbcbc03d57d
tree984c7148b9b4935eeae72b5d633da9f8c5e4a2ba
parentb1ce30281d21166880d7a57958d84f36016d7575
parent6f988b5990406022f00d9c32a465291ba359ecd9
Issue #25688: Fixed file leak in ElementTree.iterparse() raising an error.
Misc/NEWS