[Python-checkins] cpython (2.7): 'not' is very important here

benjamin.peterson python-checkins at python.org
Mon Jul 6 18:29:06 CEST 2015


https://hg.python.org/cpython/rev/80e28c4ed30b
changeset:   96858:80e28c4ed30b
branch:      2.7
parent:      96853:0a849e812332
user:        Benjamin Peterson <benjamin at python.org>
date:        Mon Jul 06 11:28:07 2015 -0500
summary:
  'not' is very important here

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


diff --git a/Doc/library/pickle.rst b/Doc/library/pickle.rst
--- a/Doc/library/pickle.rst
+++ b/Doc/library/pickle.rst
@@ -27,7 +27,7 @@
 
 .. 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.
 

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


More information about the Python-checkins mailing list