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 pitrou
Recipients pitrou
Date 2010-11-04.16:31:36
SpamBayes Score 0.0013274354
Marked as misclassified No
Message-id <1288888298.44.0.485408020143.issue10314@psf.upfronthosting.co.za>
In-reply-to
Content
This patch makes sorting of keys when encoding a dict into JSON faster by not calling pure Python code.
History
Date User Action Args
2010-11-04 16:31:38pitrousetrecipients: + pitrou
2010-11-04 16:31:38pitrousetmessageid: <1288888298.44.0.485408020143.issue10314@psf.upfronthosting.co.za>
2010-11-04 16:31:37pitroulinkissue10314 messages
2010-11-04 16:31:37pitroucreate