Mention Ellipsis pickling in the docs (#103660)
This commit is contained in:
parent
d08d49dd09
commit
14ec0bb7c3
@ -494,7 +494,8 @@ What can be pickled and unpickled?
|
|||||||
|
|
||||||
The following types can be pickled:
|
The following types can be pickled:
|
||||||
|
|
||||||
* ``None``, ``True``, and ``False``;
|
* built-in constants (``None``, ``True``, ``False``, ``Ellipsis``, and
|
||||||
|
``NotImplemented``);
|
||||||
|
|
||||||
* integers, floating-point numbers, complex numbers;
|
* integers, floating-point numbers, complex numbers;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user