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 amaury.forgeotdarc
Recipients alexandre.vassalotti, amaury.forgeotdarc, jnoller
Date 2008-07-23.06:44:39
SpamBayes Score 0.09256815
Marked as misclassified No
Message-id <1216795480.97.0.158423065422.issue3385@psf.upfronthosting.co.za>
In-reply-to
Content
A use case:
http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/572213
shows how code can use the Pickler.dispatch dict, but also some
Pickler.save_xxx function which should be exposed as well.
History
Date User Action Args
2008-07-23 06:44:41amaury.forgeotdarcsetspambayes_score: 0.0925682 -> 0.09256815
recipients: + amaury.forgeotdarc, alexandre.vassalotti, jnoller
2008-07-23 06:44:41amaury.forgeotdarcsetspambayes_score: 0.0925682 -> 0.0925682
messageid: <1216795480.97.0.158423065422.issue3385@psf.upfronthosting.co.za>
2008-07-23 06:44:40amaury.forgeotdarclinkissue3385 messages
2008-07-23 06:44:39amaury.forgeotdarccreate