diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-07-06 16:28:07 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-07-06 16:28:07 (GMT) |
commit | 7dcbf900ace3d2cee1d6686f5c81d07c4531a423 (patch) | |
tree | e09d1575d5f3560312bb40daa29b5ed524d370e7 /Doc/library | |
parent | b8fd26256ec712e0d0ede8cbf5697780fbc641a6 (diff) | |
download | cpython-7dcbf900ace3d2cee1d6686f5c81d07c4531a423.zip cpython-7dcbf900ace3d2cee1d6686f5c81d07c4531a423.tar.gz cpython-7dcbf900ace3d2cee1d6686f5c81d07c4531a423.tar.bz2 |
'not' is very important here
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/pickle.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/pickle.rst b/Doc/library/pickle.rst index ab43c64..0f48cb1 100644 --- a/Doc/library/pickle.rst +++ b/Doc/library/pickle.rst @@ -26,7 +26,7 @@ avoid confusion, the terms used here are "pickling" and "unpickling". .. warning:: - The :mod:`pickle` module is secure against erroneous or maliciously + The :mod:`pickle` module is not secure against erroneous or maliciously constructed data. Never unpickle data received from an untrusted or unauthenticated source. |