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 pythonmeister
Recipients danhs, pythonmeister
Date 2007-11-08.16:49:25
SpamBayes Score 0.10469323
Marked as misclassified No
Message-id <1194540566.21.0.0154689977302.issue1398@psf.upfronthosting.co.za>
In-reply-to
Content
You are using an old protocol version

pickle.dumps(partial_f,2)

does the trick:

>>> pickle.dumps(partial_f,2)
'\x80\x02cfunctools\npartial\nq\x00)\x81q\x01}q\x02b.'
History
Date User Action Args
2007-11-08 16:49:26pythonmeistersetspambayes_score: 0.104693 -> 0.10469323
recipients: + pythonmeister, danhs
2007-11-08 16:49:26pythonmeistersetspambayes_score: 0.104693 -> 0.104693
messageid: <1194540566.21.0.0154689977302.issue1398@psf.upfronthosting.co.za>
2007-11-08 16:49:26pythonmeisterlinkissue1398 messages
2007-11-08 16:49:26pythonmeistercreate