yegle <cnye...@gmail.com> added the comment:

Hmm I think this also applies to list_listiterator. In general I'd expect these 
to be true:

l = [1,2,3]
r = range(3)

assert len(l) == len(reversed(l))
assert len(r) == len(reversed(r))

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32065>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to