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 kmike
Recipients kmike
Date 2013-07-16.11:24:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1373973882.27.0.235245811673.issue18473@psf.upfronthosting.co.za>
In-reply-to
Content
my copy-paste went wrong, last statement in the example should be

>>> pickle.dumps(dct, protocol=1, fix_imports=False)
b'ccollections\ndefaultdict\nq\x00)Rq\x01.'
History
Date User Action Args
2013-07-16 11:24:42kmikesetrecipients: + kmike
2013-07-16 11:24:42kmikesetmessageid: <1373973882.27.0.235245811673.issue18473@psf.upfronthosting.co.za>
2013-07-16 11:24:42kmikelinkissue18473 messages
2013-07-16 11:24:42kmikecreate