[Python-checkins] cpython (merge 3.3 -> default): (Merge 3.3) doc of PYTHONFAULTHANDLER env var: add missing "versionadded" tag

victor.stinner python-checkins at python.org
Sun Jul 28 02:57:20 CEST 2013


http://hg.python.org/cpython/rev/66a3dc613627
changeset:   84874:66a3dc613627
parent:      84869:f90e7540dcba
parent:      84873:d0b129c587f5
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Sun Jul 28 02:57:02 2013 +0200
summary:
  (Merge 3.3) doc of PYTHONFAULTHANDLER env var: add missing "versionadded" tag

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


diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst
--- a/Doc/using/cmdline.rst
+++ b/Doc/using/cmdline.rst
@@ -575,6 +575,8 @@
    Python traceback.  This is equivalent to :option:`-X` ``faulthandler``
    option.
 
+   .. versionadded:: 3.3
+
 
 Debug-mode variables
 ~~~~~~~~~~~~~~~~~~~~

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


More information about the Python-checkins mailing list