[issue29727] collections.abc.Reversible doesn't fully support the reversing protocol

Guido van Rossum report at bugs.python.org
Tue Apr 25 11:31:05 EDT 2017


Guido van Rossum added the comment:

I'm with Raymond.

I propose to register array.array() in all the appropriate places and then close this bug as a won't fix.

The typing issue might eventually be resolved via PEP 544 (if accepted), or not -- the"fallback protocols" based on __getitem__ and __len__ seem to be a complicating special case that we may want to put off.

----------

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


More information about the Python-bugs-list mailing list