Mention Ellipsis pickling in the docs (#103660)

This commit is contained in:
sterliakov 2023-08-30 04:11:31 +03:00 committed by GitHub
parent d08d49dd09
commit 14ec0bb7c3
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;