mirror of
https://github.com/python/cpython.git
synced 2025-11-27 13:45:25 +00:00
Add versionadded for -X faulthandler (also fix typo and markup).
This commit is contained in:
parent
153866ea9a
commit
a1eb483d8f
1 changed files with 5 additions and 2 deletions
|
|
@ -358,13 +358,16 @@ Miscellaneous options
|
||||||
.. cmdoption:: -X
|
.. cmdoption:: -X
|
||||||
|
|
||||||
Reserved for various implementation-specific options. CPython currently
|
Reserved for various implementation-specific options. CPython currently
|
||||||
defines just one, you can use ``-X faulthander`` to enable
|
defines just one, you can use ``-X faulthandler`` to enable
|
||||||
:data:`faulthandler`. It also allows to pass arbitrary values and retrieve
|
:mod:`faulthandler`. It also allows to pass arbitrary values and retrieve
|
||||||
them through the :data:`sys._xoptions` dictionary.
|
them through the :data:`sys._xoptions` dictionary.
|
||||||
|
|
||||||
.. versionchanged:: 3.2
|
.. versionchanged:: 3.2
|
||||||
It is now allowed to pass :option:`-X` with CPython.
|
It is now allowed to pass :option:`-X` with CPython.
|
||||||
|
|
||||||
|
.. versionadded:: 3.3
|
||||||
|
The ``-X faulthandler`` option.
|
||||||
|
|
||||||
|
|
||||||
Options you shouldn't use
|
Options you shouldn't use
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue