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 <[email protected]>
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: <[email protected]>
2010-11-04 16:31:37pitroulinkissue10314 messages
2010-11-04 16:31:37pitroucreate