Issue 11924: Pickle and copyreg modules don't document the interface (original) (raw)

Issue11924

Created on 2011-04-25 21:27 by jcea, last changed 2022-04-11 14:57 by admin.

Messages (2)
msg134416 - (view) Author: Jesús Cea Avión (jcea) * (Python committer) Date: 2011-04-25 21:27
Python 3.2 here. "copyreg" module documentation says "See the pickle module for more details on the interface expected of function and constructor.", but I don't see any useful "copyreg" reference in pickle documentation. Some examples would be useful here, too.
msg222220 - (view) Author: Mark Lawrence (BreamoreBoy) * Date: 2014-07-03 21:30
@Jesús can you provide a patch for this?
History
Date User Action Args
2022-04-11 14:57:16 admin set github: 56133
2017-02-18 21:43:17 BreamoreBoy set nosy: - BreamoreBoy
2017-02-18 21:10:23 serhiy.storchaka set versions: + Python 3.6, Python 3.7, - Python 3.4
2014-07-03 21:30:59 BreamoreBoy set nosy: + BreamoreBoymessages: + versions: + Python 3.4, Python 3.5, - Python 3.1, Python 3.2, Python 3.3
2011-04-29 17:12:43 daniel.urban set nosy: + daniel.urban
2011-04-27 10:14:37 eric.araujo set nosy: + eric.araujostage: needs patchcomponents: + Documentationversions: + Python 3.1
2011-04-25 21:28:24 jcea set title: Pickle and copyreg modules doesn't document the interface -> Pickle and copyreg modules don't document the interface
2011-04-25 21:27:43 jcea create