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 pitrou
Recipients docs@python, dstufft, fdrake, pitrou
Date 2013-08-26.15:52:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377532331.57.0.772877249691.issue18840@psf.upfronthosting.co.za>
In-reply-to
Content
By the way, there is one difference between json and pickle in this context: json will output a text serialization, pickle a binary one. If serializing to a binary file, users must do the (utf-8, most likely) encoding themselves.
History
Date User Action Args
2013-08-26 15:52:11pitrousetrecipients: + pitrou, fdrake, docs@python, dstufft
2013-08-26 15:52:11pitrousetmessageid: <1377532331.57.0.772877249691.issue18840@psf.upfronthosting.co.za>
2013-08-26 15:52:11pitroulinkissue18840 messages
2013-08-26 15:52:11pitroucreate