mirror of https://github.com/python/cpython
Note that True and False are pickable objects
This commit is contained in:
parent
8dcdb77132
commit
acb45d72b4
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue