Skip to content

Commit

Permalink
Mention Ellipsis pickling in the docs (pythonGH-103660)
Browse files Browse the repository at this point in the history
(cherry picked from commit 14ec0bb)

Co-authored-by: sterliakov <50529348+sterliakov@users.noreply.github.com>
  • Loading branch information
sterliakov authored and miss-islington committed Aug 30, 2023
1 parent 2e4c3ef commit a9366f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Doc/library/pickle.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit a9366f9

Please sign in to comment.