]> granicus.if.org Git - python/commit
Issue #10565: Iterator ABC should require both __next__ and __iter__.
authorRaymond Hettinger <python@rcn.com>
Mon, 29 Nov 2010 03:56:12 +0000 (03:56 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 29 Nov 2010 03:56:12 +0000 (03:56 +0000)
commitead22227cce112457b6beba8b008699ea4a3a084
tree9dcc912a990ce6e6730f52e71d431ac489eb7b70
parent263cbdfdfb0a7fe13f04c1b3188968d7a39d7d09
Issue #10565:  Iterator ABC should require both __next__ and __iter__.
Lib/_abcoll.py
Lib/test/test_collections.py
Misc/NEWS