mirror of
https://github.com/python/cpython.git
synced 2025-07-31 07:04:42 +00:00
merge 3.4
This commit is contained in:
commit
c0a446a7d9
1 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue