]> granicus.if.org Git - python/commit
Issue 4920: Fixed next() vs __next__() issues in the ABCs
authorRaymond Hettinger <python@rcn.com>
Wed, 28 Jan 2009 23:02:26 +0000 (23:02 +0000)
committerRaymond Hettinger <python@rcn.com>
Wed, 28 Jan 2009 23:02:26 +0000 (23:02 +0000)
commitf779e6f51bc9e96af8478d9463b1f10876fdc729
treef01f2bb1957d4dd16288fce345ab786571cbd457
parentb1a98de25ecd3e11fc3093de31fe844233dcd389
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