]> granicus.if.org Git - python/commitdiff
Note that True and False are pickable objects
authorRaymond Hettinger <python@rcn.com>
Mon, 5 Aug 2002 03:55:36 +0000 (03:55 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 5 Aug 2002 03:55:36 +0000 (03:55 +0000)
Doc/lib/libpickle.tex

index 194a717fc0a9f7e4ad2b973721f4288371d72859..959225db4c5f220d043708828f4bce8ece0f9d77 100644 (file)
@@ -310,7 +310,7 @@ The following types can be pickled:
 
 \begin{itemize}
 
-\item \code{None}
+\item \code{None}, \code{True}, and \code{False}
 
 \item integers, long integers, floating point numbers, complex numbers