[issue16712] collections.abc.Sequence should not provide __reversed__

Terry J. Reedy report at bugs.python.org
Sat Dec 22 02:07:45 CET 2012


Terry J. Reedy added the comment:

I would expect that the default method of reversed() and collections.abc.Sequence.__reverse__ are more or less the same. If so, this should be closed as invalid. But I want to hear from the abc experts.

----------
nosy: +rhettinger, stutzbach, terry.reedy
versions:  -Python 3.5

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


More information about the Python-bugs-list mailing list