]> granicus.if.org Git - python/commit
bpo-26915: Test identity first in index() and count() of collections.abc.Sequence...
authorXiang Zhang <angwerzx@126.com>
Wed, 8 Mar 2017 03:43:35 +0000 (11:43 +0800)
committerGitHub <noreply@github.com>
Wed, 8 Mar 2017 03:43:35 +0000 (11:43 +0800)
commit78ad039bcf1a8c494cbc8e18380cc30665869c3e
tree6827b8c0e0485c4de096b10e3592c880f2216de3
parent23b26c4e206427a9e0a1d39240c17a049cf8c732
bpo-26915: Test identity first in index() and count() of collections.abc.Sequence  (GH-553)
Lib/_collections_abc.py
Lib/test/test_collections.py
Misc/NEWS