[New-bugs-announce] [issue1536] pickle's documentation is severely outdated
Alexandre Vassalotti
report at bugs.python.org
Sat Dec 1 20:04:21 CET 2007
New submission from Alexandre Vassalotti:
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
----------
assignee: alexandre.vassalotti
components: Documentation
messages: 58063
nosy: alexandre.vassalotti
priority: normal
severity: normal
status: open
title: pickle's documentation is severely outdated
versions: Python 2.6, Python 3.0
__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1536>
__________________________________
More information about the New-bugs-announce
mailing list