summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-03-26 00:36:28 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-03-26 00:36:28 (GMT)
commita1eb483d8fcf785e13829d3e3d6cb0d772443d7a (patch)
treedcf37c7932e09a2bacc14ca3ff28fc73e3c2f356 /Doc
parent153866ea9ab80323d247a9c49d1fdf50e07e7330 (diff)
downloadcpython-a1eb483d8fcf785e13829d3e3d6cb0d772443d7a.zip
cpython-a1eb483d8fcf785e13829d3e3d6cb0d772443d7a.tar.gz
cpython-a1eb483d8fcf785e13829d3e3d6cb0d772443d7a.tar.bz2
Add versionadded for `-X faulthandler` (also fix typo and markup).
Diffstat (limited to 'Doc')
-rw-r--r--Doc/using/cmdline.rst7
1 files changed, 5 insertions, 2 deletions
diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst
index 2703684..e0c80f6 100644
--- a/Doc/using/cmdline.rst
+++ b/Doc/using/cmdline.rst
@@ -358,13 +358,16 @@ Miscellaneous options
.. cmdoption:: -X
Reserved for various implementation-specific options. CPython currently
- defines just one, you can use ``-X faulthander`` to enable
- :data:`faulthandler`. It also allows to pass arbitrary values and retrieve
+ defines just one, you can use ``-X faulthandler`` to enable
+ :mod:`faulthandler`. It also allows to pass arbitrary values and retrieve
them through the :data:`sys._xoptions` dictionary.
.. versionchanged:: 3.2
It is now allowed to pass :option:`-X` with CPython.
+ .. versionadded:: 3.3
+ The ``-X faulthandler`` option.
+
Options you shouldn't use
~~~~~~~~~~~~~~~~~~~~~~~~~