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 alexandre.vassalotti
Recipients alexandre.vassalotti
Date 2007-12-01.19:04:20
SpamBayes Score 0.07017082
Marked as misclassified No
Message-id <1196535861.35.0.87845321139.issue1536@psf.upfronthosting.co.za>
In-reply-to
Content
The current documentation for the pickle module (and related modules) is
outdated and should be updated. For example, the section "Pickling and
unpickling extension types" [1] is not only confusing, but outright
wrong. For Python 2.6, the documentation of cPickle should be updated to
reflect the differences between the cPickle and pickle.py modules. It
would be also be appropriate to note that cPickle is pending removal and
should not be used anymore.

[1]:
http://docs.python.org/dev/library/pickle.html#pickling-and-unpickling-extension-types
History
Date User Action Args
2007-12-01 19:04:21alexandre.vassalottisetspambayes_score: 0.0701708 -> 0.07017082
recipients: + alexandre.vassalotti
2007-12-01 19:04:21alexandre.vassalottisetspambayes_score: 0.0701708 -> 0.0701708
messageid: <1196535861.35.0.87845321139.issue1536@psf.upfronthosting.co.za>
2007-12-01 19:04:21alexandre.vassalottilinkissue1536 messages
2007-12-01 19:04:20alexandre.vassalotticreate