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 michael.foord
Recipients benjamin.peterson, giampaolo.rodola, gpolo, gregory.p.smith, gvanrossum, michael.foord, ncoghlan, pitrou, pupeno, purcell, rhettinger, skip.montanaro
Date 2009-04-04.18:18:21
SpamBayes Score 2.8858533e-09
Marked as misclassified No
Message-id <1238869103.8.0.170056097857.issue2578@psf.upfronthosting.co.za>
In-reply-to
Content
Patch for Py3k with fallback for comparing unsortable sequences in
assertSameElements.

Removed the expected failure and added another test case to confirm that
this patch works for unsortable sequences that are the same (no fail)
and different (fail).
History
Date User Action Args
2009-04-04 18:18:24michael.foordsetrecipients: + michael.foord, gvanrossum, skip.montanaro, rhettinger, gregory.p.smith, purcell, ncoghlan, pitrou, giampaolo.rodola, pupeno, benjamin.peterson, gpolo
2009-04-04 18:18:23michael.foordsetmessageid: <1238869103.8.0.170056097857.issue2578@psf.upfronthosting.co.za>
2009-04-04 18:18:22michael.foordlinkissue2578 messages
2009-04-04 18:18:22michael.foordcreate