diff options
Diffstat (limited to 'Lib/pickle.py')
-rw-r--r-- | Lib/pickle.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/pickle.py b/Lib/pickle.py index 5cc92bf9d0..a958dcdd24 100644 --- a/Lib/pickle.py +++ b/Lib/pickle.py @@ -1,4 +1,4 @@ -"""create portable serialized representations of Python objects. +"""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. |