mirror of
https://github.com/python/cpython.git
synced 2025-11-13 23:46:24 +00:00
merge 3.2
This commit is contained in:
commit
7f94febd74
1 changed files with 10 additions and 0 deletions
|
|
@ -2723,6 +2723,16 @@ special operations. There is exactly one ellipsis object, named
|
||||||
It is written as ``Ellipsis`` or ``...``.
|
It is written as ``Ellipsis`` or ``...``.
|
||||||
|
|
||||||
|
|
||||||
|
The NotImplemented Object
|
||||||
|
-------------------------
|
||||||
|
|
||||||
|
This object is returned from comparisons and binary operations when they are
|
||||||
|
asked to operate on types they don't support. See :ref:`comparisons` for more
|
||||||
|
information.
|
||||||
|
|
||||||
|
It is written as ``NotImplemented``.
|
||||||
|
|
||||||
|
|
||||||
Boolean Values
|
Boolean Values
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue