mirror of
https://github.com/python/cpython.git
synced 2026-03-06 13:00:50 +00:00
[3.11] Mention Ellipsis pickling in the docs (GH-103660) (#108662)
Mention Ellipsis pickling in the docs (GH-103660)
(cherry picked from commit 14ec0bb7c3)
Co-authored-by: sterliakov <50529348+sterliakov@users.noreply.github.com>
This commit is contained in:
parent
2e4c3efec1
commit
a2c05a414d
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