diff options
author | Raymond Hettinger <python@rcn.com> | 2004-01-01 05:53:51 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2004-01-01 05:53:51 (GMT) |
commit | 621c53ee9f83ce15ae312fc8e1f0b2aab3c353d6 (patch) | |
tree | 69d8afe461bb24c82a48e76b8ca6e5eb77506463 | |
parent | 7a700b873b8f69135c336c907120cf7b767ddc45 (diff) | |
download | cpython-621c53ee9f83ce15ae312fc8e1f0b2aab3c353d6.zip cpython-621c53ee9f83ce15ae312fc8e1f0b2aab3c353d6.tar.gz cpython-621c53ee9f83ce15ae312fc8e1f0b2aab3c353d6.tar.bz2 |
Add sets to list of picklable objects.
-rw-r--r-- | Doc/lib/libpickle.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libpickle.tex b/Doc/lib/libpickle.tex index ef8cb23..ee19ce4 100644 --- a/Doc/lib/libpickle.tex +++ b/Doc/lib/libpickle.tex @@ -378,7 +378,7 @@ The following types can be pickled: \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 |