From 621c53ee9f83ce15ae312fc8e1f0b2aab3c353d6 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Thu, 1 Jan 2004 05:53:51 +0000 Subject: [PATCH] Add sets to list of picklable objects. --- Doc/lib/libpickle.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/libpickle.tex b/Doc/lib/libpickle.tex index ef8cb2334e5..ee19ce42d5c 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