tighten warning

This commit is contained in:
Benjamin Peterson 2015-07-06 09:40:43 -05:00
parent 03d6ee3823
commit b8fd26256e

View file

@ -26,9 +26,9 @@ avoid confusion, the terms used here are "pickling" and "unpickling".
.. warning:: .. warning::
The :mod:`pickle` module is not intended to be secure against erroneous or The :mod:`pickle` module is secure against erroneous or maliciously
maliciously constructed data. Never unpickle data received from an untrusted constructed data. Never unpickle data received from an untrusted or
or unauthenticated source. unauthenticated source.
Relationship to other Python modules Relationship to other Python modules