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 jnoller
Recipients alex, asdfasdfasdfasdfasdfasdfasdf, asksol, jnoller, r.david.murray, vstinner
Date 2011-03-01.15:02:10
SpamBayes Score 0.004595966
Marked as misclassified No
Message-id <1298991732.97.0.86637286134.issue11358@psf.upfronthosting.co.za>
In-reply-to
Content
I concur with RDM. We need complex data structures, and switching to JSON represents a non zero amount of work, isn't as fast and pickle works well. If you want to use JSON as a transport, I would do custom subclassing.
History
Date User Action Args
2011-03-01 15:02:13jnollersetrecipients: + jnoller, vstinner, alex, r.david.murray, asksol, asdfasdfasdfasdfasdfasdfasdf
2011-03-01 15:02:12jnollersetmessageid: <1298991732.97.0.86637286134.issue11358@psf.upfronthosting.co.za>
2011-03-01 15:02:11jnollerlinkissue11358 messages
2011-03-01 15:02:11jnollercreate