[Python-checkins] cpython: issue9859: add the missing versionadded tag to the documentation.

gregory.p.smith python-checkins at python.org
Wed Apr 15 00:25:16 CEST 2015


https://hg.python.org/cpython/rev/0316811f33b2
changeset:   95666:0316811f33b2
user:        Gregory P. Smith <greg at krypto.org>
date:        Tue Apr 14 15:25:01 2015 -0700
summary:
  issue9859: add the missing versionadded tag to the documentation.

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


diff --git a/Doc/library/test.rst b/Doc/library/test.rst
--- a/Doc/library/test.rst
+++ b/Doc/library/test.rst
@@ -577,6 +577,8 @@
    By default this skips private attributes beginning with '_' but
    includes all magic methods, i.e. those starting and ending in '__'.
 
+   .. versionadded:: 3.5
+
 
 The :mod:`test.support` module defines the following classes:
 

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


More information about the Python-checkins mailing list