diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2014-09-27 21:00:58 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2014-09-27 21:00:58 (GMT) |
commit | 9c1dba2758fc601f6c4d7fe2aeb62272ffd688a8 (patch) | |
tree | accb8efa32cfdc7efac1196a33e445f84fb59b35 /Doc/library/pickle.rst | |
parent | 9ce69672f3a1fbd9f337737bf35ace1a1a592598 (diff) | |
download | cpython-9c1dba2758fc601f6c4d7fe2aeb62272ffd688a8.zip cpython-9c1dba2758fc601f6c4d7fe2aeb62272ffd688a8.tar.gz cpython-9c1dba2758fc601f6c4d7fe2aeb62272ffd688a8.tar.bz2 |
Revert #22251
Diffstat (limited to 'Doc/library/pickle.rst')
-rw-r--r-- | Doc/library/pickle.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/library/pickle.rst b/Doc/library/pickle.rst index aceb686..ce5467f 100644 --- a/Doc/library/pickle.rst +++ b/Doc/library/pickle.rst @@ -141,7 +141,6 @@ to read the pickle produced. brought by protocol 4. .. note:: - Serialization is a more primitive notion than persistence; although :mod:`pickle` reads and writes file objects, it does not handle the issue of naming persistent objects, nor the (even more complicated) issue of concurrent |