[Python-checkins] r69081 - python/branches/py3k

benjamin.peterson python-checkins at python.org
Thu Jan 29 02:59:38 CET 2009


Author: benjamin.peterson
Date: Thu Jan 29 02:59:38 2009
New Revision: 69081

Log:
Blocked revisions 69070,69074 via svnmerge

........
  r69070 | raymond.hettinger | 2009-01-28 17:02:26 -0600 (Wed, 28 Jan 2009) | 6 lines
  
  Issue 4920:  Fixed next() vs __next__() issues in the ABCs
  for Iterator and MutableSet.  Also added thorough test for
  required abstractmethods.
........
  r69074 | raymond.hettinger | 2009-01-28 17:58:16 -0600 (Wed, 28 Jan 2009) | 1 line
  
  Correct docs for ABCs (MutableSequence was missing __setiem).  Simplify the table by taking out inherited requirements for abstract methods.
........


Modified:
   python/branches/py3k/   (props changed)


More information about the Python-checkins mailing list