]> granicus.if.org Git - python/commit
Add collections.Reversible. Patch by Ivan Levkivskyi. Fixes issue #25987.
authorGuido van Rossum <guido@dropbox.com>
Mon, 4 Apr 2016 17:59:29 +0000 (10:59 -0700)
committerGuido van Rossum <guido@dropbox.com>
Mon, 4 Apr 2016 17:59:29 +0000 (10:59 -0700)
commit16ca06b8cb2426b540fdab75914d7cd0f715b7f0
tree1579954986fe3c8637f41d08702b3f8f58b6a60b
parent9ad764601bb94f48e3048635f47a8e61f2a587b0
Add collections.Reversible. Patch by Ivan Levkivskyi. Fixes issue #25987.
Doc/library/collections.abc.rst
Doc/library/typing.rst
Lib/_collections_abc.py
Lib/test/test_collections.py
Lib/test/test_functools.py