From: Benjamin Peterson Date: Mon, 6 Jul 2015 16:28:07 +0000 (-0500) Subject: 'not' is very important here X-Git-Tag: v2.7.11rc1~249 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=26040e87d1af23e2c0bf1a63016b39a161c08803;p=python 'not' is very important here --- diff --git a/Doc/library/pickle.rst b/Doc/library/pickle.rst index 410a6304af..41be2c4eb6 100644 --- a/Doc/library/pickle.rst +++ b/Doc/library/pickle.rst @@ -27,7 +27,7 @@ This documentation describes both the :mod:`pickle` module and the .. 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.