summaryrefslogtreecommitdiffstats
path: root/Doc/using
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-03-26 00:38:40 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-03-26 00:38:40 (GMT)
commit711c37076a954bb9a6109f0a150da369749ae0e8 (patch)
tree1014b918ca804d21c7b8f736bc78709bff838a2f /Doc/using
parent678ad51b3860c0d5cbf9188e50e72f0b04d1140e (diff)
parenta1eb483d8fcf785e13829d3e3d6cb0d772443d7a (diff)
downloadcpython-711c37076a954bb9a6109f0a150da369749ae0e8.zip
cpython-711c37076a954bb9a6109f0a150da369749ae0e8.tar.gz
cpython-711c37076a954bb9a6109f0a150da369749ae0e8.tar.bz2
Merge versionadded addition and typo fix from 3.3.
Diffstat (limited to 'Doc/using')
-rw-r--r--Doc/using/cmdline.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst
index adb3739..185852a 100644
--- a/Doc/using/cmdline.rst
+++ b/Doc/using/cmdline.rst
@@ -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.