Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c0a446a

Browse files
committed
merge 3.4
2 parents 02eae6b + b8fd262 commit c0a446a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/library/pickle.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ avoid confusion, the terms used here are "pickling" and "unpickling".
2626

2727
.. warning::
2828

29-
The :mod:`pickle` module is not intended to be secure against erroneous or
30-
maliciously constructed data. Never unpickle data received from an untrusted
31-
or unauthenticated source.
29+
The :mod:`pickle` module is secure against erroneous or maliciously
30+
constructed data. Never unpickle data received from an untrusted or
31+
unauthenticated source.
3232

3333

3434
Relationship to other Python modules

0 commit comments

Comments
 (0)