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 alex
Recipients alex, asdfasdfasdfasdfasdfasdfasdf
Date 2011-03-01.07:01:42
SpamBayes Score 0.10646085
Marked as misclassified No
Message-id <1298962903.1.0.997948298584.issue11358@psf.upfronthosting.co.za>
In-reply-to
Content
Why?  JSON is incapable of representing most Python datastructures that can be pickled (i.e. anything that isn't a list, tuple, dict, int, or str).
History
Date User Action Args
2011-03-01 07:01:43alexsetrecipients: + alex, asdfasdfasdfasdfasdfasdfasdf
2011-03-01 07:01:43alexsetmessageid: <1298962903.1.0.997948298584.issue11358@psf.upfronthosting.co.za>
2011-03-01 07:01:42alexlinkissue11358 messages
2011-03-01 07:01:42alexcreate