]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue 4920: Fixed next() vs __next__() issues in the ABCs
authorRaymond Hettinger <python@rcn.com>
Wed, 28 Jan 2009 23:14:58 +0000 (23:14 +0000)
committerRaymond Hettinger <python@rcn.com>
Wed, 28 Jan 2009 23:14:58 +0000 (23:14 +0000)
commitc979448507972ddf64d6c4cae24d428c0ac77926
tree35ec3911334b9337bd1f73adbf9f9e9bf118b918
parent84abf9de2f694949db8e1ca9a1dc0e82702f12c5
Issue 4920:  Fixed next() vs __next__() issues in the ABCs
for Iterator and MutableSet.  Also added thorough test for
required abstractmethods.
Lib/_abcoll.py
Lib/test/test_collections.py
Misc/NEWS