Note that True and False are pickable objects

This commit is contained in:
Raymond Hettinger 2002-08-05 03:55:36 +00:00
parent 8dcdb77132
commit acb45d72b4
1 changed files with 1 additions and 1 deletions

View 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