Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a1eb483

Browse files
committed
Add versionadded for -X faulthandler (also fix typo and markup).
1 parent 153866e commit a1eb483

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

Doc/using/cmdline.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -358,13 +358,16 @@ Miscellaneous options
358358
.. cmdoption:: -X
359359

360360
Reserved for various implementation-specific options. CPython currently
361-
defines just one, you can use ``-X faulthander`` to enable
362-
:data:`faulthandler`. It also allows to pass arbitrary values and retrieve
361+
defines just one, you can use ``-X faulthandler`` to enable
362+
:mod:`faulthandler`. It also allows to pass arbitrary values and retrieve
363363
them through the :data:`sys._xoptions` dictionary.
364364

365365
.. versionchanged:: 3.2
366366
It is now allowed to pass :option:`-X` with CPython.
367367

368+
.. versionadded:: 3.3
369+
The ``-X faulthandler`` option.
370+
368371

369372
Options you shouldn't use
370373
~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)