This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gregory.p.smith
Recipients ezio.melotti, georg.brandl, gregory.p.smith, michael.foord, r.david.murray, rbcollins, rhettinger, serhiy.storchaka, vitaly
Date 2016-05-23.22:28:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464042539.63.0.950380235536.issue27071@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-05-23 22:28:59gregory.p.smithsetrecipients: + gregory.p.smith, georg.brandl, rhettinger, rbcollins, ezio.melotti, r.david.murray, michael.foord, serhiy.storchaka, vitaly
2016-05-23 22:28:59gregory.p.smithsetmessageid: <1464042539.63.0.950380235536.issue27071@psf.upfronthosting.co.za>
2016-05-23 22:28:59gregory.p.smithlinkissue27071 messages
2016-05-23 22:28:59gregory.p.smithcreate