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 terry.reedy
Recipients eric.araujo, mattheww, michael.foord, terry.reedy
Date 2010-10-01.18:39:27
SpamBayes Score 0.00017884267
Marked as misclassified No
Message-id <1285958369.6.0.776611869699.issue9977@psf.upfronthosting.co.za>
In-reply-to
Content
If I understand correctly, you are requesting that .assertItemsEqual only use the 2nd (multiset comparison) method, so that if one want the first method, one should directly call .assertSequenceEqual(sorted(a), sorted(b)).

This seems reasonable to me, but I do not use the unittest module, and I suspect others want the implicit call.
History
Date User Action Args
2010-10-01 18:39:30terry.reedysetrecipients: + terry.reedy, mattheww, eric.araujo, michael.foord
2010-10-01 18:39:29terry.reedysetmessageid: <1285958369.6.0.776611869699.issue9977@psf.upfronthosting.co.za>
2010-10-01 18:39:28terry.reedylinkissue9977 messages
2010-10-01 18:39:27terry.reedycreate