[ python-Bugs-1166274 ] missing sequence tests - pull from deque

SourceForge.net noreply at sourceforge.net
Fri Mar 18 23:21:21 CET 2005


Bugs item #1166274, was opened at 2005-03-18 17:21
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1166274&group_id=5470

Category: Python Library
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Jim Jewett (jimjjewett)
Assigned to: Nobody/Anonymous (nobody)
Summary: missing sequence tests - pull from deque

Initial Comment:
tuples and lists can be initialized from any sequence, 
including an iterator.  This is not tested.  The iterator 
tests in test_deque would do a good job.

list_tests (for list and UserList) test_remove does not 
test that it is the _first_ occurence that gets removed.  
Again, the deque tests that Raymond just checked in 
are up to the job, if "deque" is replaced by "type2test"

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1166274&group_id=5470


More information about the Python-bugs-list mailing list