]> granicus.if.org Git - python/commit
Add list tests that ensure that remove() removes the first occurrence.
authorWalter Dörwald <walter@livinglogic.de>
Mon, 21 Mar 2005 21:31:47 +0000 (21:31 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Mon, 21 Mar 2005 21:31:47 +0000 (21:31 +0000)
commit7355e8133d3b03b11fd3d3b1d83e071c5fd9873e
treeabdf83b76bfcc3f1e3389f88dcee534545f5bf62
parent98858c9efd37321ed5f05202e597f4469f15c7c2
Add list tests that ensure that remove() removes the first occurrence.
(Copied from test_deque.py as suggested by Jim Jewett in SF bug #1166274)
Lib/test/list_tests.py