mirror of
https://github.com/python/cpython.git
synced 2025-07-29 06:05:00 +00:00
Patch by Quentin Gallet-Gilles: Renaming leftovers for 2.6.
This fixes the omissions of configparser, copyreg, queue and socketserver renaming.
This commit is contained in:
parent
5e7b1c07bc
commit
ea0b22a167
8 changed files with 12 additions and 12 deletions
|
@ -1,7 +1,7 @@
|
|||
"""Create portable serialized representations of Python objects.
|
||||
|
||||
See module cPickle for a (much) faster implementation.
|
||||
See module copy_reg for a mechanism for registering custom picklers.
|
||||
See module copyreg for a mechanism for registering custom picklers.
|
||||
See module pickletools source for extensive comments.
|
||||
|
||||
Classes:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue