From 678e7a90809c713c1cb50e71e2ad2d785cea2bf6 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Mon, 6 Jul 2015 09:40:43 -0500 Subject: 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 a42eabc..410a630 100644 --- a/Doc/library/pickle.rst +++ b/Doc/library/pickle.rst @@ -27,9 +27,9 @@ This documentation describes both the :mod:`pickle` module and the .. 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 -- cgit v0.12