Skip to content

Commit a9366f9

Browse files
sterliakovmiss-islington
authored andcommitted
Mention Ellipsis pickling in the docs (pythonGH-103660)
(cherry picked from commit 14ec0bb) Co-authored-by: sterliakov <50529348+sterliakov@users.noreply.github.com>
1 parent 2e4c3ef commit a9366f9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Doc/library/pickle.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,8 @@ What can be pickled and unpickled?
494494

495495
The following types can be pickled:
496496

497-
* ``None``, ``True``, and ``False``;
497+
* built-in constants (``None``, ``True``, ``False``, ``Ellipsis``, and
498+
``NotImplemented``);
498499

499500
* integers, floating-point numbers, complex numbers;
500501

0 commit comments

Comments
 (0)