]> granicus.if.org Git - python/commit
Mentioned new clear() method of MutableSequence in its doc, and added unit tests...
authorEli Bendersky <eliben@gmail.com>
Fri, 4 Mar 2011 10:38:14 +0000 (10:38 +0000)
committerEli Bendersky <eliben@gmail.com>
Fri, 4 Mar 2011 10:38:14 +0000 (10:38 +0000)
commit0716a579a427ea3cb0459499644b4288762c6cd4
tree949a6a6b0fa869a71da23390f3d1b6eb9a9ef392
parent9479d1ade84d7a386a107989b699fb90b73cfa15
Mentioned new clear() method of MutableSequence in its doc, and added unit tests for its mixin methods
Doc/library/collections.abc.rst
Lib/test/test_collections.py