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:50:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1640249403.95.0.410715268656.issue46157@roundup.psfhosted.org>
In-reply-to
Content
There are other similar errors:

Doc/library/json.rst:162:   will result in an :exc:`RecursionError` (or worse).
Doc/library/json.rst:435:   prevent an infinite recursion (which would cause an :exc:`RecursionError`).
Doc/library/tarfile.rst:66:   |                  | Raise an :exc:`FileExistsError` exception   |
Doc/library/tarfile.rst:70:   |                  | Raise an :exc:`FileExistsError` exception   |
Doc/library/tarfile.rst:74:   |                  | Raise an :exc:`FileExistsError` exception   |
Doc/library/tarfile.rst:78:   |                  | Raise an :exc:`FileExistsError` exception   |
Doc/library/poplib.rst:124:An :class:`POP3` instance has the following methods:
Doc/library/urllib.request.rst:1112:   implementation will raise an :exc:`ValueError` in that case.
Doc/library/enum.rst:180:      Returns the Enum member in *cls* matching *name*, or raises an :exc:`KeyError`::
Doc/library/os.rst:2084:   If *exist_ok* is ``False`` (the default), an :exc:`FileExistsError` is
Doc/library/os.rst:2360:   not empty, an :exc:`FileNotFoundError` or an :exc:`OSError` is raised
Doc/library/asyncio-eventloop.rst:900:      method, before Python 3.7 it returned an :class:`Future`.
Doc/library/asyncio-eventloop.rst:1085:   The *executor* argument should be an :class:`concurrent.futures.Executor`
Doc/whatsnew/3.9.rst:700::pep:`593` introduced an :data:`typing.Annotated` type to decorate existing
History
Date User Action Args
2021-12-23 08:50:03serhiy.storchakasetrecipients: + serhiy.storchaka, docs@python, kumaraditya, jordan-bonecutter
2021-12-23 08:50:03serhiy.storchakasetmessageid: <1640249403.95.0.410715268656.issue46157@roundup.psfhosted.org>
2021-12-23 08:50:03serhiy.storchakalinkissue46157 messages
2021-12-23 08:50:03serhiy.storchakacreate