Gregory P. Smith added the comment:

assertUnorderedSequenceEqual would make more sense to me given the natural 
relation to assertSequenceEqual.

We aren't dealing with sets (though sets are valid sequences) as this method 
specifically does not require sequence items to be hashable.  Explicitly 
putting the word sequence in the name makes that more clear.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue27071>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to