This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients docs@python, jordan-bonecutter, kumaraditya, serhiy.storchaka
Date 2021-12-23.08:57:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1640249841.95.0.266246903711.issue46157@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2021-12-23 08:57:21serhiy.storchakasetrecipients: + serhiy.storchaka, docs@python, kumaraditya, jordan-bonecutter
2021-12-23 08:57:21serhiy.storchakasetmessageid: <1640249841.95.0.266246903711.issue46157@roundup.psfhosted.org>
2021-12-23 08:57:21serhiy.storchakalinkissue46157 messages
2021-12-23 08:57:21serhiy.storchakacreate