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

Skip to content

Commit 711c370

Browse files
committed
Merge versionadded addition and typo fix from 3.3.
2 parents 678ad51 + a1eb483 commit 711c370

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Doc/using/cmdline.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ Miscellaneous options
360360
Reserved for various implementation-specific options. CPython currently
361361
defines two possible values:
362362

363-
* ``-X faulthander`` to enable :mod:`faulthandler`;
363+
* ``-X faulthandler`` to enable :mod:`faulthandler`;
364364
* ``-X showrefcount`` to enable the output of the total reference count
365365
and memory blocks (only works on debug builds);
366366

@@ -370,6 +370,9 @@ Miscellaneous options
370370
.. versionchanged:: 3.2
371371
It is now allowed to pass :option:`-X` with CPython.
372372

373+
.. versionadded:: 3.3
374+
The ``-X faulthandler`` option.
375+
373376
.. versionadded:: 3.4
374377
The ``-X showrefcount`` option.
375378

0 commit comments

Comments
 (0)