Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

Doc/using/cmdline.rst:474:   * ``-X warn_default_encoding`` issues a 
:class:`EncodingWarning` when the
Doc/c-api/init_config.rst:601:      If non-zero, emit a :exc:`EncodingWarning` 
warning when :class:`io.TextIOWrapper`
Doc/library/fractions.rst:90:      and *denominator*. :func:`math.gcd` always 
return a :class:`int` type.
Doc/library/asyncio-future.rst:122:      a :exc:`InvalidStateError` exception.
Doc/library/asyncio-future.rst:128:      Raises a :exc:`InvalidStateError` 
error if the Future is
Doc/library/asyncio-future.rst:135:      Raises a :exc:`InvalidStateError` 
error if the Future is
Doc/library/inspect.rst:402:      wrapped function is a :term:`asynchronous 
generator` function.
Doc/library/importlib.rst:881:       Returns a 
:class:`importlib.abc.Traversable` object for the loaded
Doc/library/importlib.rst:960:    Given a 
:class:`importlib.resources.abc.Traversable` object representing
Doc/library/pathlib.rst:721:   Return a :class:`os.stat_result` object 
containing information about this path, like :func:`os.stat`.
Doc/library/os.rst:3412:   Provide semaphore-like semantics for reads from a 
:func:`eventfd` file
Doc/library/asyncio-task.rst:947:      a :exc:`InvalidStateError` exception.
Doc/library/ast.rst:782:   be a :class:`Name`, a :class:`Attribute` or a 
:class:`Subscript`.
Doc/library/ast.rst:1772:   must be wrapped in a :class:`Expr` node if the 
value sent back is not used.
Doc/library/asyncio-eventloop.rst:116:   is implicitly scheduled to run as a 
:class:`asyncio.Task`.
Doc/library/asyncio-eventloop.rst:357:   must return a 
:class:`asyncio.Future`-compatible object.
Doc/library/asyncio-eventloop.rst:1129:   This method returns a 
:class:`asyncio.Future` object.
Doc/glossary.rst:113:      An object created by a :term:`asynchronous 
generator` function.
Doc/reference/expressions.rst:216:clause may be used to iterate over a 
:term:`asynchronous iterator`.
Doc/reference/expressions.rst:710:   This method is normally called implicitly 
by a :keyword:`async for` loop.
Doc/whatsnew/3.7.rst:607:a :class:`importlib.abc.ResourceReader` instance to 
support this
Misc/NEWS.d/3.10.0a1.rst:825:``True``, ``False`` and ``None`` are used within a 
:class:`ast.Name` node.
Misc/NEWS.d/3.9.0a4.rst:407:always return a :class:`int` type. Previously, the 
GCD type depended on
Misc/NEWS.d/3.9.0b1.rst:394:When a :class:`asyncio.Task` is cancelled, the 
exception traceback now

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue46157>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to