mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
Issue #29198: Merge from 3.6
This commit is contained in:
commit
09f939d2c4
1 changed files with 2 additions and 2 deletions
|
@ -306,7 +306,7 @@ comparable for equality.
|
||||||
|
|
||||||
|
|
||||||
The :data:`Any` type
|
The :data:`Any` type
|
||||||
---------------------
|
--------------------
|
||||||
|
|
||||||
A special kind of type is :data:`Any`. A static type checker will treat
|
A special kind of type is :data:`Any`. A static type checker will treat
|
||||||
every type as being compatible with :data:`Any` and :data:`Any` as being
|
every type as being compatible with :data:`Any` and :data:`Any` as being
|
||||||
|
@ -638,7 +638,7 @@ The module defines the following classes, functions and decorators:
|
||||||
|
|
||||||
.. class:: AsyncIterator(AsyncIterable[T_co])
|
.. class:: AsyncIterator(AsyncIterable[T_co])
|
||||||
|
|
||||||
A generic version of :class:`collections.abc.AsyncIterator`.
|
A generic version of :class:`collections.abc.AsyncIterator`.
|
||||||
|
|
||||||
.. class:: ContextManager(Generic[T_co])
|
.. class:: ContextManager(Generic[T_co])
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue