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 mattheww
Recipients eric.araujo, mattheww, michael.foord, terry.reedy
Date 2010-10-01.18:46:48
SpamBayes Score 0.018512825
Marked as misclassified No
Message-id <20101001184645.GA10972@golux.woodcraft.me.uk>
In-reply-to <1285958369.6.0.776611869699.issue9977@psf.upfronthosting.co.za>
Content
Terry J. Reedy wrote:
> 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)).

Yes, that would make me happy. So would a new assertXXXEqual method that
always did the multiset comparison.
History
Date User Action Args
2010-10-01 18:46:50matthewwsetrecipients: + mattheww, terry.reedy, eric.araujo, michael.foord
2010-10-01 18:46:48matthewwlinkissue9977 messages
2010-10-01 18:46:48matthewwcreate