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 ned.deily
Recipients Matthew Havard, ned.deily
Date 2015-07-02.05:00:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1435813255.46.0.365551362834.issue24540@psf.upfronthosting.co.za>
In-reply-to
Content
Can you say where you are seeing this?  The current 2.7 documentation for json reads:

"If skipkeys is True (default: False), then dict keys that are not of a basic type (str, unicode, int, long, float, bool, None) will be skipped instead of raising a TypeError."

https://docs.python.org/2/library/json.html
https://docs.python.org/3/library/json.html
History
Date User Action Args
2015-07-02 05:00:55ned.deilysetrecipients: + ned.deily, Matthew Havard
2015-07-02 05:00:55ned.deilysetmessageid: <1435813255.46.0.365551362834.issue24540@psf.upfronthosting.co.za>
2015-07-02 05:00:55ned.deilylinkissue24540 messages
2015-07-02 05:00:55ned.deilycreate