Browse Source

merge 3.4

pull/9921/head
Benjamin Peterson 11 years ago
parent
commit
2dd6e477df
  1. 2
      Doc/library/pickle.rst

2
Doc/library/pickle.rst

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

Loading…
Cancel
Save