]> granicus.if.org Git - python/commit
Issue #9213: Add index and count methods to range objects, needed to
authorDaniel Stutzbach <daniel@stutzbachenterprises.com>
Mon, 13 Sep 2010 21:16:29 +0000 (21:16 +0000)
committerDaniel Stutzbach <daniel@stutzbachenterprises.com>
Mon, 13 Sep 2010 21:16:29 +0000 (21:16 +0000)
commit9f0cbf1c727f7de884c392176ab4f19a49924c9b
treefae5d3d7348ee4b9966e87dd14c5c4b381e77479
parente4d6317c8725f9f341c6f2dd628e3b3ac79ef309
Issue #9213: Add index and count methods to range objects, needed to
meet the API of the collections.Sequence ABC.
Doc/library/stdtypes.rst
Lib/test/test_builtin.py
Misc/NEWS
Objects/rangeobject.c