Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
b8fd2625
Commit
b8fd2625
authored
Jul 06, 2015
by
Benjamin Peterson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tighten warning
parent
03d6ee38
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Doc/library/pickle.rst
Doc/library/pickle.rst
+3
-3
No files found.
Doc/library/pickle.rst
View file @
b8fd2625
...
@@ -26,9 +26,9 @@ avoid confusion, the terms used here are "pickling" and "unpickling".
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment