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 dstufft
Recipients docs@python, dstufft, fdrake
Date 2013-08-26.12:57:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377521845.76.0.485486519886.issue18840@psf.upfronthosting.co.za>
In-reply-to
Content
The section to me just seems to be about how to handle more than just strings, it mentions numbers, lists, dictionaries, and class instances. Of those it mentions, only the class instances are not able to handled out of the box by JSON.

However like I said even if it remains pickle this particular area of the documentation should still warn users even though there's already a warning in the API documentation for pickle. As it is if a new user reads this and doesn't click through to the API documentation they've received recommendation from the Python documentation that they can send pickle strings over the network. This is dangerous behavior and the documentation shouldn't be advising new users to do dangerous things by default.
History
Date User Action Args
2013-08-26 12:57:25dstufftsetrecipients: + dstufft, fdrake, docs@python
2013-08-26 12:57:25dstufftsetmessageid: <1377521845.76.0.485486519886.issue18840@psf.upfronthosting.co.za>
2013-08-26 12:57:25dstufftlinkissue18840 messages
2013-08-26 12:57:25dstufftcreate