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 srid
Recipients bob.ippolito, exarkun, srid
Date 2009-07-24.21:17:35
SpamBayes Score 3.0647e-05
Marked as misclassified No
Message-id <1248470256.79.0.317559247427.issue6566@psf.upfronthosting.co.za>
In-reply-to
Content
> JSON dict keys are strings *only*.

I might be helpful to point this out (along with other caveats) in the 
standard library documentation for JSON.

An explicit mention of ``loads(dumps(x)) != x for certain structures`` 
would be nice.

I, sir, was genuinely surprised to discover this.
History
Date User Action Args
2009-07-24 21:17:36sridsetrecipients: + srid, bob.ippolito, exarkun
2009-07-24 21:17:36sridsetmessageid: <1248470256.79.0.317559247427.issue6566@psf.upfronthosting.co.za>
2009-07-24 21:17:35sridlinkissue6566 messages
2009-07-24 21:17:35sridcreate