Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a2c05a4

Browse files
[3.11] Mention Ellipsis pickling in the docs (GH-103660) (#108662)
Mention Ellipsis pickling in the docs (GH-103660) (cherry picked from commit 14ec0bb) Co-authored-by: sterliakov <[email protected]>
1 parent 2e4c3ef commit a2c05a4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/library/pickle.rst

+2-1
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)