From: Benjamin Peterson Date: Mon, 6 Jul 2015 16:28:07 +0000 (-0500) Subject: 'not' is very important here X-Git-Tag: v3.5.0b4~70^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7dcbf900ace3d2cee1d6686f5c81d07c4531a423;p=thirdparty%2FPython%2Fcpython.git 'not' is very important here --- diff --git a/Doc/library/pickle.rst b/Doc/library/pickle.rst index ab43c641b1d7..0f48cb188f9c 100644 --- a/Doc/library/pickle.rst +++ b/Doc/library/pickle.rst @@ -26,7 +26,7 @@ avoid confusion, the terms used here are "pickling" and "unpickling". .. 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.