[3.11] Mention Ellipsis pickling in the docs (GH-103660) (#108662)

Mention Ellipsis pickling in the docs (GH-103660)
(cherry picked from commit 14ec0bb7c3)

Co-authored-by: sterliakov <50529348+sterliakov@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2023-08-29 23:04:42 -07:00 committed by GitHub
parent 2e4c3efec1
commit a2c05a414d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;