8000 Mention Ellipsis pickling in the docs (#103660) · python/cpython@14ec0bb · GitHub
[go: up one dir, main page]

Skip to content

Commit 14ec0bb

Browse files
authored
Mention Ellipsis pickling in the docs (#103660)
1 parent d08d49d commit 14ec0bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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)
0