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
b97fa2e6
Commit
b97fa2e6
authored
Dec 05, 2006
by
George Yoshida
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix pickle doc typo
Patch #1608758
parent
8b9e806b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Doc/lib/libpickle.tex
Doc/lib/libpickle.tex
+1
-1
No files found.
Doc/lib/libpickle.tex
View file @
b97fa2e6
...
...
@@ -519,7 +519,7 @@ as their value. The semantics of each element are:
version of the object. The next element of the tuple will provide
arguments for this callable, and later elements provide additional
state information that will subsequently be used to fully reconstruct
the pickled dat
e
.
the pickled dat
a
.
In the unpickling environment this object must be either a class, a
callable registered as a ``safe constructor'' (see below), or it must
...
...
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