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: PEP 307 pickle extensions not documented
Type: Stage:
Components: Documentation Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: akuchling Nosy List: akuchling, glchapman
Priority: normal Keywords:

Created on 2004-07-04 15:45 by glchapman, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (3)
msg21402 - (view) Author: Greg Chapman (glchapman) Date: 2004-07-04 15:45
From a quick perusal of the developer documentation
(from www.python.org), it appears that PEP 307 has not
yet been integrated into the standard documentation.
msg21403 - (view) Author: A.M. Kuchling (akuchling) * (Python committer) Date: 2004-08-07 16:25
Logged In: YES 
user_id=11375

I've included a bunch of material from PEP 307 in the CVS HEAD version 
of the pickle docs. 

I haven't tried to include all the material on old-style classes using 
protocols 0,1.  The details are lengthy; someone who knows 
more about the pickle module should decide if they're important enough
to be in the docs or not.
msg21404 - (view) Author: A.M. Kuchling (akuchling) * (Python committer) Date: 2006-07-31 16:17
Logged In: YES 
user_id=11375

Presumably this bug can now be closed.
History
Date User Action Args
2022-04-11 14:56:05adminsetgithub: 40506
2004-07-04 15:45:07glchapmancreate