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.

classification
Title: doc: cPickle is really gone
Type: Stage:
Components: Documentation Versions: Python 3.1, Python 3.2
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: benjamin.peterson, flox, georg.brandl
Priority: normal Keywords: patch

Created on 2009-12-13 18:07 by flox, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
issue7492_cpickle.diff flox, 2009-12-13 18:09 Patch, apply to py3k
Messages (2)
msg96342 - (view) Author: Florent Xicluna (flox) * (Python committer) Date: 2009-12-13 18:07
Word "cPickle" is still used on these pages.

http://docs.python.org/dev/py3k/library/shelve.html
http://docs.python.org/dev/py3k/library/copyreg.html
msg96354 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2009-12-13 21:04
Fixed in r76812.
History
Date User Action Args
2022-04-11 14:56:55adminsetgithub: 51741
2009-12-13 21:04:34benjamin.petersonsetstatus: open -> closed

nosy: + benjamin.peterson
messages: + msg96354

resolution: fixed
2009-12-13 18:09:08floxsetfiles: + issue7492_cpickle.diff
keywords: + patch
2009-12-13 18:07:51floxcreate