mirror of https://github.com/python/cpython
gh-101100: Fix sphinx warnings in `library/devmode.rst` (#109963)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
This commit is contained in:
parent
ea285ad8b6
commit
d9809e84fb
|
@ -59,8 +59,9 @@ Effects of the Python Development Mode:
|
|||
``default``.
|
||||
|
||||
* Call :func:`faulthandler.enable` at Python startup to install handlers for
|
||||
the :const:`SIGSEGV`, :const:`SIGFPE`, :const:`SIGABRT`, :const:`SIGBUS` and
|
||||
:const:`SIGILL` signals to dump the Python traceback on a crash.
|
||||
the :const:`~signal.SIGSEGV`, :const:`~signal.SIGFPE`,
|
||||
:const:`~signal.SIGABRT`, :const:`~signal.SIGBUS` and
|
||||
:const:`~signal.SIGILL` signals to dump the Python traceback on a crash.
|
||||
|
||||
It behaves as if the :option:`-X faulthandler <-X>` command line option is
|
||||
used or if the :envvar:`PYTHONFAULTHANDLER` environment variable is set to
|
||||
|
|
|
@ -53,7 +53,6 @@ Doc/library/csv.rst
|
|||
Doc/library/datetime.rst
|
||||
Doc/library/dbm.rst
|
||||
Doc/library/decimal.rst
|
||||
Doc/library/devmode.rst
|
||||
Doc/library/difflib.rst
|
||||
Doc/library/doctest.rst
|
||||
Doc/library/email.charset.rst
|
||||
|
|
Loading…
Reference in New Issue