[Python-checkins] cpython (3.3): Add versionadded for `-X faulthandler` (also fix typo and markup).

ezio.melotti python-checkins at python.org
Tue Mar 26 01:38:55 CET 2013


http://hg.python.org/cpython/rev/2fa791f36ec5
changeset:   82960:2fa791f36ec5
branch:      3.3
parent:      82952:c28b0b4e872b
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Tue Mar 26 02:36:28 2013 +0200
summary:
  Add versionadded for `-X faulthandler` (also fix typo and markup).

files:
  Doc/using/cmdline.rst |  7 +++++--
  1 files changed, 5 insertions(+), 2 deletions(-)


diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst
--- a/Doc/using/cmdline.rst
+++ b/Doc/using/cmdline.rst
@@ -358,13 +358,16 @@
 .. 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
 ~~~~~~~~~~~~~~~~~~~~~~~~~

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list