[issue9213] range purports to implement the Sequence ABC, but is missing index and count methods

Daniel Stutzbach report at bugs.python.org
Mon Sep 13 23:18:26 CEST 2010


Daniel Stutzbach <daniel at stutzbachenterprises.com> added the comment:

Committed as r84791.

Question: should this bugfix be backported to Python 3.1 and to xrange objects in Python 2.7?  Since it's a bugfix that adds new methods, it's a gray-area.  (same question applies to the closely related Issue #9212)

----------

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


More information about the Python-bugs-list mailing list