From b8fd26256ec712e0d0ede8cbf5697780fbc641a6 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Mon, 6 Jul 2015 09:40:43 -0500 Subject: [PATCH] tighten warning --- Doc/library/pickle.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Doc/library/pickle.rst b/Doc/library/pickle.rst index 47356f9f0cf..ab43c641b1d 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