mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Merge versionadded addition and typo fix from 3.3.
This commit is contained in:
commit
711c37076a
1 changed files with 4 additions and 1 deletions
|
|
@ -360,7 +360,7 @@ Miscellaneous options
|
|||
Reserved for various implementation-specific options. CPython currently
|
||||
defines two possible values:
|
||||
|
||||
* ``-X faulthander`` to enable :mod:`faulthandler`;
|
||||
* ``-X faulthandler`` to enable :mod:`faulthandler`;
|
||||
* ``-X showrefcount`` to enable the output of the total reference count
|
||||
and memory blocks (only works on debug builds);
|
||||
|
||||
|
|
@ -370,6 +370,9 @@ Miscellaneous options
|
|||
.. versionchanged:: 3.2
|
||||
It is now allowed to pass :option:`-X` with CPython.
|
||||
|
||||
.. versionadded:: 3.3
|
||||
The ``-X faulthandler`` option.
|
||||
|
||||
.. versionadded:: 3.4
|
||||
The ``-X showrefcount`` option.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue