[docs] [issue11481] The copy module already uses copyreg
Sandro Tosi
report at bugs.python.org
Sat Aug 6 19:14:12 CEST 2011
Sandro Tosi <sandro.tosi at gmail.com> added the comment:
After quite a long chat with Ezio, I'm just proposing this updated patch:
- it fixes the copy doc, explicitly acknowledging the use of copyreg functionalities
- it rewords the first paragraph of copyreg doc, which was a bit too pickle-centric
- it adds an example to copyreg, to give an initial clue of how it works.
I'd like to hear comments/suggestions about it.
----------
nosy: +fdrake, rhettinger
Added file: http://bugs.python.org/file22849/issue11481-v2.patch
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11481>
_______________________________________
More information about the docs
mailing list