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

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

----------
nosy: +serhiy.storchaka

_______________________________________
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