]> granicus.if.org Git - python/commitdiff
Add sets to list of picklable objects.
authorRaymond Hettinger <python@rcn.com>
Thu, 1 Jan 2004 05:53:51 +0000 (05:53 +0000)
committerRaymond Hettinger <python@rcn.com>
Thu, 1 Jan 2004 05:53:51 +0000 (05:53 +0000)
Doc/lib/libpickle.tex

index ef8cb2334e5df6c85ea9da694326ccef813c717a..ee19ce42d5c7c7fc41355dcfb670359b592d7e2f 100644 (file)
@@ -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