[issue7298] reversed(range(x, -1, -1)) is empty when x > 1

Mark Dickinson report at bugs.python.org
Sat Nov 14 13:44:25 CET 2009


Mark Dickinson <dickinsm at gmail.com> added the comment:

I've updated to patch to improve the tests, and fix the problems with the 
PyLong version of range.__reversed__.  (Also updated on Rietveld.)

----------
Added file: http://bugs.python.org/file15329/issue7298_v2.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7298>
_______________________________________


More information about the Python-bugs-list mailing list