tighten warning
This commit is contained in:
parent
03d6ee3823
commit
b8fd26256e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue