mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Mention Ellipsis pickling in the docs (#103660)
This commit is contained in:
parent
d08d49dd09
commit
14ec0bb7c3
1 changed files with 2 additions and 1 deletions
|
|
@ -494,7 +494,8 @@ What can be pickled and unpickled?
|
|||
|
||||
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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue