[3.12] Mention Ellipsis pickling in the docs (GH-103660) (#108661)

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-30 06:20:45 -07:00 committed by GitHub
parent 036dd6958a
commit 1d6d05aa82
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;