]> granicus.if.org Git - python/commit
Issue #10516: adding list.clear() and list.copy() methods
authorEli Bendersky <eliben@gmail.com>
Fri, 25 Feb 2011 05:47:53 +0000 (05:47 +0000)
committerEli Bendersky <eliben@gmail.com>
Fri, 25 Feb 2011 05:47:53 +0000 (05:47 +0000)
commitcbbaa96036b8467c21f2c7127a3711fcb405d00f
treeeb49c673b4b8adb17eb3bf17188c65df9d5f89ea
parent3108f983197991865c30d49de37b9a48e60c656e
Issue #10516: adding list.clear() and list.copy() methods
Doc/library/stdtypes.rst
Lib/collections/__init__.py
Lib/test/list_tests.py
Lib/test/test_descrtut.py
Misc/NEWS
Objects/listobject.c