From: Georg Brandl Date: Tue, 27 Oct 2009 13:25:31 +0000 (+0000) Subject: Blocked revisions 69074 via svnmerge X-Git-Tag: v2.6.5rc1~483 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f7a72b8436752b75a9880c10b741da575c9378cd;p=python Blocked revisions 69074 via svnmerge ........ r69074 | raymond.hettinger | 2009-01-29 00:58:16 +0100 (Do, 29 Jan 2009) | 1 line Correct docs for ABCs (MutableSequence was missing __setiem). Simplify the table by taking out inherited requirements for abstract methods. ........ ---