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 rhettinger
Recipients ezio.melotti, michael.foord, rhettinger
Date 2010-11-03.23:33:19
SpamBayes Score 7.0296664e-05
Marked as misclassified No
Message-id <1288827200.55.0.716619606448.issue10242@psf.upfronthosting.co.za>
In-reply-to
Content
> I'd be inclined to insert a check that falls back 
> to the "unorderable_list_difference" approach in 
> the case where "expected != sorted(reversed(expected))".

Too fragile and subtle.  The method need to be absolutely straight-forward.
History
Date User Action Args
2010-11-03 23:33:20rhettingersetrecipients: + rhettinger, ezio.melotti, michael.foord
2010-11-03 23:33:20rhettingersetmessageid: <1288827200.55.0.716619606448.issue10242@psf.upfronthosting.co.za>
2010-11-03 23:33:19rhettingerlinkissue10242 messages
2010-11-03 23:33:19rhettingercreate