Mark Dickinson <dicki...@gmail.com> added the comment: It looks like the PyLong version of reverse is broken too:
>>> list(range(10**100, 10**100-2, -2)) [1000000000000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000] >>> list(reversed(range(10**100, 10**100-2, -2))) [9999999999999999999999999999999999999999999999999999999999999999999999999 999999999999999999999999998] ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue7298> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com