]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
tighten warning
authorBenjamin Peterson <benjamin@python.org>
Mon, 6 Jul 2015 14:40:43 +0000 (09:40 -0500)
committerBenjamin Peterson <benjamin@python.org>
Mon, 6 Jul 2015 14:40:43 +0000 (09:40 -0500)
Doc/library/pickle.rst

index a42eabc25028a5c9cf111e0158c9236e60a417db..410a6304afec73ede04833a888f6b148e752ac9d 100644 (file)
@@ -27,9 +27,9 @@ This documentation describes both the :mod:`pickle` module and the
 
 .. 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