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 gvanrossum
Recipients eric.araujo, gvanrossum
Date 2012-08-18.17:35:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1345311320.53.0.930435041307.issue15719@psf.upfronthosting.co.za>
In-reply-to
Content
Note, the sort may fail if e.g. bytes and str are mixed in the keys.  So this should be caught and ignored.

An alternative would just be to fix the call site to pass in sorted(query.items()) instead of sorted(query).

Still, I think that more predictable output would be better.
History
Date User Action Args
2012-08-18 17:35:20gvanrossumsetrecipients: + gvanrossum, eric.araujo
2012-08-18 17:35:20gvanrossumsetmessageid: <1345311320.53.0.930435041307.issue15719@psf.upfronthosting.co.za>
2012-08-18 17:35:19gvanrossumlinkissue15719 messages
2012-08-18 17:35:19gvanrossumcreate