Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Mention Ellipsis pickling in the docs (GH-103660)
(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
commit d21ca65597addcbaac177e352ccd8752115b05e5
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