]> granicus.if.org Git - python/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 47356f9f0cfe5316134f9ed8e8318f499f1013f2..ab43c641b1d7ea7f00c3d8ae1ac8938160e228c5 100644 (file)
@@ -26,9 +26,9 @@ avoid confusion, the terms used here are "pickling" and "unpickling".
 
 .. 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