From: Benjamin Peterson Date: Mon, 6 Jul 2015 14:40:43 +0000 (-0500) Subject: tighten warning X-Git-Tag: v3.5.0b4~71^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b8fd26256ec712e0d0ede8cbf5697780fbc641a6;p=python tighten warning --- diff --git a/Doc/library/pickle.rst b/Doc/library/pickle.rst index 47356f9f0c..ab43c641b1 100644 --- a/Doc/library/pickle.rst +++ b/Doc/library/pickle.rst @@ -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