mirror of
https://github.com/python/cpython.git
synced 2025-11-27 13:45:25 +00:00
Add sets to list of picklable objects.
This commit is contained in:
parent
7a700b873b
commit
621c53ee9f
1 changed files with 1 additions and 1 deletions
|
|
@ -378,7 +378,7 @@ The following types can be pickled:
|
||||||
|
|
||||||
\item normal and Unicode strings
|
\item normal and Unicode strings
|
||||||
|
|
||||||
\item tuples, lists, and dictionaries containing only picklable objects
|
\item tuples, lists, sets, and dictionaries containing only picklable objects
|
||||||
|
|
||||||
\item functions defined at the top level of a module
|
\item functions defined at the top level of a module
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue