]> granicus.if.org Git - python/commit
Issue #14178: Problem deleting slices with steps != +1 in the _elementtree module.
authorEli Bendersky <eliben@gmail.com>
Fri, 9 Mar 2012 11:38:15 +0000 (13:38 +0200)
committerEli Bendersky <eliben@gmail.com>
Fri, 9 Mar 2012 11:38:15 +0000 (13:38 +0200)
commit865756a94cf4f34ea27ce70b5160fd8ff3199a73
tree08c404f53697463f429de5ca1e4dee8822c51d46
parentf5a1d76b48a9c0b5c9bbd0a59088f3df1c21f426
Issue #14178: Problem deleting slices with steps != +1 in the _elementtree module.

Fixed the problem and added some tests. Closes #14178
Lib/test/test_xml_etree.py
Modules/_elementtree.c