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 terry.reedy
Recipients docs@python, mdirolf, terry.reedy
Date 2010-08-20.19:56:16
SpamBayes Score 0.0004461128
Marked as misclassified No
Message-id <1282334178.43.0.237836525205.issue9649@psf.upfronthosting.co.za>
In-reply-to
Content
In 3.1, and I presume (please check) 2.7, the signature is given as
class json.JSONEncoder(skipkeys=False, ensure_ascii=True, check_circular=True, allow_nan=True, sort_keys=False, indent=None, separators=None, default=None) 

I verified by simple experiment that keys are not sorted by default. 
So the later claim "If sort_keys is True (the default)" is wrong and should be corrected. The patch or something much like it should be applied. Thanks for catching this error.
History
Date User Action Args
2010-08-20 19:56:18terry.reedysetrecipients: + terry.reedy, docs@python, mdirolf
2010-08-20 19:56:18terry.reedysetmessageid: <1282334178.43.0.237836525205.issue9649@psf.upfronthosting.co.za>
2010-08-20 19:56:16terry.reedylinkissue9649 messages
2010-08-20 19:56:16terry.reedycreate