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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=26040e87d1af23e2c0bf1a63016b39a161c08803;p=thirdparty%2FPython%2Fcpython.git 'not' is very important here --- diff --git a/Doc/library/pickle.rst b/Doc/library/pickle.rst index 410a6304afec..41be2c4eb60b 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.