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

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


http://hg.python.org/cpython/rev/d0b129c587f5
changeset:   84873:d0b129c587f5
branch:      3.3
parent:      84868:516303f32bad
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Sun Jul 28 02:56:50 2013 +0200
summary:
  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
@@ -562,6 +562,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