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 flox
Recipients ezio.melotti, flox, michael.foord
Date 2010-02-02.15:18:14
SpamBayes Score 0.0039773053
Marked as misclassified No
Message-id <1265123896.76.0.154732688436.issue7837@psf.upfronthosting.co.za>
In-reply-to
Content
Variant based on the previous patches.

It fixes an error relative to assertSameElements: comparing sequences which contain unorderable types.

Example: [2j, 5j, set(), frozenset()]


The util.unorderable_list_difference() helper is backported from 3.x.
History
Date User Action Args
2010-02-02 15:18:16floxsetrecipients: + flox, ezio.melotti, michael.foord
2010-02-02 15:18:16floxsetmessageid: <1265123896.76.0.154732688436.issue7837@psf.upfronthosting.co.za>
2010-02-02 15:18:15floxlinkissue7837 messages
2010-02-02 15:18:15floxcreate