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
c6290054
Commit
c6290054
authored
Oct 31, 2007
by
Raymond Hettinger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Sets are marshalable.
parent
83b86906
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Doc/library/marshal.rst
Doc/library/marshal.rst
+1
-1
No files found.
Doc/library/marshal.rst
View file @
c6290054
...
@@ -38,7 +38,7 @@ supports a substantially wider range of objects than marshal.
...
@@ -38,7 +38,7 @@ supports a substantially wider range of objects than marshal.
Not all Python object types are supported; in general, only objects whose value
Not all Python object types are supported; in general, only objects whose value
is independent from a particular invocation of Python can be written and read by
is independent from a particular invocation of Python can be written and read by
this module. The following types are supported: ``None``, integers, long
this module. The following types are supported: ``None``, integers, long
integers, floating point numbers, strings, Unicode objects, tuples, lists,
integers, floating point numbers, strings, Unicode objects, tuples, lists,
sets,
dictionaries, and code objects, where it should be understood that tuples, lists
dictionaries, and code objects, where it should be understood that tuples, lists
and dictionaries are only supported as long as the values contained therein are
and dictionaries are only supported as long as the values contained therein are
themselves supported; and recursive lists and dictionaries should not be written
themselves supported; and recursive lists and dictionaries should not be written
...
...
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