]> granicus.if.org Git - python/commit
Issue #23086: Add start and stop arguments to the Sequence.index() mixin method.
authorRaymond Hettinger <python@rcn.com>
Sat, 23 May 2015 02:29:22 +0000 (19:29 -0700)
committerRaymond Hettinger <python@rcn.com>
Sat, 23 May 2015 02:29:22 +0000 (19:29 -0700)
commitec219ba1c04c4514b8b004239b1a0eac914dde4a
tree30abd24e56cc7faec9bb332728253c4a58f57e91
parent256613c605bf207ed77616c04563275cfbaf3ee4
Issue #23086: Add start and stop arguments to the Sequence.index() mixin method.
Doc/library/collections.abc.rst
Lib/_collections_abc.py
Lib/test/test_collections.py
Misc/ACKS
Misc/NEWS