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 goddard, loewis, pitrou, vstinner
Date 2009-03-25.10:37:59
SpamBayes Score 0.013499934
Marked as misclassified No
Message-id <1237977481.47.0.501292276524.issue5557@psf.upfronthosting.co.za>
In-reply-to
Content
If you want editable data, you could use json instead of pickle. The
simplejson library has very fast encoding/decoding (faster than cPickle
according to its author).
History
Date User Action Args
2009-03-25 10:38:01pitrousetrecipients: + pitrou, loewis, vstinner, goddard
2009-03-25 10:38:01pitrousetmessageid: <1237977481.47.0.501292276524.issue5557@psf.upfronthosting.co.za>
2009-03-25 10:38:00pitroulinkissue5557 messages
2009-03-25 10:38:00pitroucreate