]> granicus.if.org Git - python/commit
Issue 26915: Add identity checks to the collections ABC __contains__ methods.
authorRaymond Hettinger <python@rcn.com>
Thu, 5 May 2016 08:14:06 +0000 (11:14 +0300)
committerRaymond Hettinger <python@rcn.com>
Thu, 5 May 2016 08:14:06 +0000 (11:14 +0300)
commit584e8aedc3d66721efcdcbd1a43d4c5b7476427b
tree55e0a4e70a641ef36665489fac95802d5fba3cb3
parentd7062de95d035121abbab526c3b59904361aa256
Issue 26915:  Add identity checks to the collections ABC __contains__ methods.
Lib/_collections_abc.py
Lib/test/test_collections.py
Misc/NEWS