]> granicus.if.org Git - python/commitdiff
Issue #16241: document -X faulthandler command line option.
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Tue, 23 Oct 2012 13:19:26 +0000 (16:19 +0300)
committerAndrew Svetlov <andrew.svetlov@gmail.com>
Tue, 23 Oct 2012 13:19:26 +0000 (16:19 +0300)
Patch by Marek Šuppa.

Doc/using/cmdline.rst
Misc/ACKS

index dbe6c4727b0a2eff31ee1352ff8ca3407919f226..2703684f12e8e023350c3cc6e5cf65b8fae7ee00 100644 (file)
@@ -358,7 +358,8 @@ Miscellaneous options
 .. cmdoption:: -X
 
    Reserved for various implementation-specific options.  CPython currently
-   defines none of them, but allows to pass arbitrary values and retrieve
+   defines just one, you can use ``-X faulthander`` to enable
+   :data:`faulthandler`. It also allows to pass arbitrary values and retrieve
    them through the :data:`sys._xoptions` dictionary.
 
    .. versionchanged:: 3.2
index 808d1ba3fe8de1aaff72b8467adba2c518ba5473..f01619eee9b95cd9428fe1f6df28adadb7920116 100644 (file)
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -1133,6 +1133,7 @@ Pal Subbiah
 Nathan Sullivan
 Mark Summerfield
 Reuben Sumner
+Marek Šuppa
 Hisao Suzuki
 Kalle Svensson
 Andrew Svetlov