]> granicus.if.org Git - python/commit
Add tests for tuple, list and UserList that initialize the object from
authorWalter Dörwald <walter@livinglogic.de>
Tue, 22 Mar 2005 22:43:28 +0000 (22:43 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Tue, 22 Mar 2005 22:43:28 +0000 (22:43 +0000)
commit09a3f2cc2f700be154ab489b6243b92b7331ff62
tree5ab11394b6b32cca7b6cfad4bd9540c009fa70b1
parent24ff83d5f3f2afdfd22c1e5081ede2860a30ce0c
Add tests for tuple, list and UserList that initialize the object from
various iterables.

(Copied from test_deque.py as suggested by Jim Jewett in SF bug #1166274)
Lib/test/seq_tests.py
Lib/test/test_deque.py