commit | cbbaa96036b8467c21f2c7127a3711fcb405d00f | [log] [tgz] |
---|---|---|
author | Eli Bendersky <eliben@gmail.com> | Fri Feb 25 05:47:53 2011 +0000 |
committer | Eli Bendersky <eliben@gmail.com> | Fri Feb 25 05:47:53 2011 +0000 |
tree | eb49c673b4b8adb17eb3bf17188c65df9d5f89ea | |
parent | 3108f983197991865c30d49de37b9a48e60c656e [diff] [blame] |
Issue #10516: adding list.clear() and list.copy() methods
diff --git a/Lib/test/test_descrtut.py b/Lib/test/test_descrtut.py index 2db3d33..c3355b9 100644 --- a/Lib/test/test_descrtut.py +++ b/Lib/test/test_descrtut.py
@@ -199,6 +199,8 @@ '__str__', '__subclasshook__', 'append', + 'clear', + 'copy', 'count', 'extend', 'index',