[issue14178] _elementtree problem deleting slices with steps != +1

2012-03-09 Thread Eli Bendersky
Changes by Eli Bendersky : -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue14178] _elementtree problem deleting slices with steps != +1

2012-03-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1a721b9a4039 by Eli Bendersky in branch 'default': Issue #14178: Problem deleting slices with steps != +1 in the _elementtree module. http://hg.python.org/cpython/rev/1a721b9a4039 -- nosy: +python-dev _

[issue14178] _elementtree problem deleting slices with steps != +1

2012-03-05 Thread Eli Bendersky
Eli Bendersky added the comment: WRT the ParseError problem, I've opened issue #14207 for it since the problems are quite unrelated. -- title: Failing tests for ElementTree -> _elementtree problem deleting slices with steps != +1 ___ Python tracker