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 exarkun
Recipients bob.ippolito, exarkun, srid
Date 2009-07-24.21:13:34
SpamBayes Score 1.2430763e-05
Marked as misclassified No
Message-id <1248470016.63.0.0809099439357.issue6566@psf.upfronthosting.co.za>
In-reply-to
Content
Notice what it does to other dict keys:

    >>> simplejson.dumps({1: 1})
    '{"1": 1}'

In other words, I don't think this is a bug.  It's how JSON works.  JSON
dict keys are strings *only*.
History
Date User Action Args
2009-07-24 21:13:36exarkunsetrecipients: + exarkun, bob.ippolito, srid
2009-07-24 21:13:36exarkunsetmessageid: <1248470016.63.0.0809099439357.issue6566@psf.upfronthosting.co.za>
2009-07-24 21:13:34exarkunlinkissue6566 messages
2009-07-24 21:13:34exarkuncreate