[Python-checkins] cpython (merge 3.4 -> 3.5): merge 3.4

benjamin.peterson python-checkins at python.org
Mon Jul 6 16:41:44 CEST 2015


https://hg.python.org/cpython/rev/4e81960d89aa
changeset:   96854:4e81960d89aa
branch:      3.5
parent:      96850:5adf995d443f
parent:      96852:94e0b89591ff
user:        Benjamin Peterson <benjamin at python.org>
date:        Mon Jul 06 09:41:07 2015 -0500
summary:
  merge 3.4

files:
  Doc/library/pickle.rst |  6 +++---
  1 files changed, 3 insertions(+), 3 deletions(-)


diff --git a/Doc/library/pickle.rst b/Doc/library/pickle.rst
--- a/Doc/library/pickle.rst
+++ b/Doc/library/pickle.rst
@@ -26,9 +26,9 @@
 
 .. warning::
 
-   The :mod:`pickle` module is not intended to be secure against erroneous or
-   maliciously constructed data.  Never unpickle data received from an untrusted
-   or unauthenticated source.
+   The :mod:`pickle` module is secure against erroneous or maliciously
+   constructed data.  Never unpickle data received from an untrusted or
+   unauthenticated source.
 
 
 Relationship to other Python modules

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list