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 | 26040e87d1af23e2c0bf1a63016b39a161c08803 (patch) | |
tree | 1aa974560f45ebb0576c2dcfc034191133be8a07 /Doc | |
parent | 678e7a90809c713c1cb50e71e2ad2d785cea2bf6 (diff) | |
download | cpython-26040e87d1af23e2c0bf1a63016b39a161c08803.zip cpython-26040e87d1af23e2c0bf1a63016b39a161c08803.tar.gz cpython-26040e87d1af23e2c0bf1a63016b39a161c08803.tar.bz2 |
'not' is very important here
Diffstat (limited to 'Doc')
-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 410a630..41be2c4 100644 --- a/Doc/library/pickle.rst +++ b/Doc/library/pickle.rst @@ -27,7 +27,7 @@ This documentation describes both the :mod:`pickle` module and the .. 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. |