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 belopolsky
Recipients belopolsky, erickt, idadesub, pitrou
Date 2009-01-06.19:12:23
SpamBayes Score 0.08253479
Marked as misclassified No
Message-id <1231269144.63.0.392601915425.issue3976@psf.upfronthosting.co.za>
In-reply-to
Content
The proposed patch appears to give up sorting by key,value altogether if 
there are a few incomparable items.  It would be better to group items by 
type and sort within each group.  For example, 
pprint({1:1,2:2,A():3,A():4}) should print int:int items in order.
History
Date User Action Args
2009-01-06 19:12:24belopolskysetrecipients: + belopolsky, pitrou, idadesub, erickt
2009-01-06 19:12:24belopolskysetmessageid: <1231269144.63.0.392601915425.issue3976@psf.upfronthosting.co.za>
2009-01-06 19:12:24belopolskylinkissue3976 messages
2009-01-06 19:12:23belopolskycreate