diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-07-06 16:28:40 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-07-06 16:28:40 (GMT) |
commit | 2dd6e477df5b75d0fae16431a63f3493f72d3459 (patch) | |
tree | 5ae8da5a003bef0a79e43cfce0ff757af9a015d6 /Doc | |
parent | c0a446a7d9d44ee50ece960cbb5e81e72a9e5d33 (diff) | |
parent | 7dcbf900ace3d2cee1d6686f5c81d07c4531a423 (diff) | |
download | cpython-2dd6e477df5b75d0fae16431a63f3493f72d3459.zip cpython-2dd6e477df5b75d0fae16431a63f3493f72d3459.tar.gz cpython-2dd6e477df5b75d0fae16431a63f3493f72d3459.tar.bz2 |
merge 3.4
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 b116f96..a92526f 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. |