From: Ezio Melotti <ezio.melotti@gmail.com>
Date: Tue, 26 Mar 2013 00:36:28 +0000 (+0200)
Subject: Add versionadded for `-X faulthandler` (also fix typo and markup).
X-Git-Tag: v3.4.0a1~1087^2
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a1eb483d8fcf785e13829d3e3d6cb0d772443d7a;p=python

Add versionadded for `-X faulthandler` (also fix typo and markup).
---

diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst
index 2703684f12..e0c80f6bcb 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
 ~~~~~~~~~~~~~~~~~~~~~~~~~