mirror of
https://github.com/python/cpython.git
synced 2025-11-03 11:23:31 +00:00
Note that True and False are pickable objects
This commit is contained in:
parent
8dcdb77132
commit
acb45d72b4
1 changed files with 1 additions and 1 deletions
|
|
@ -310,7 +310,7 @@ The following types can be pickled:
|
||||||
|
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
|
|
||||||
\item \code{None}
|
\item \code{None}, \code{True}, and \code{False}
|
||||||
|
|
||||||
\item integers, long integers, floating point numbers, complex numbers
|
\item integers, long integers, floating point numbers, complex numbers
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue