]> granicus.if.org Git - python/commitdiff
issue9859: add the missing versionadded tag to the documentation.
authorGregory P. Smith <greg@krypto.org>
Tue, 14 Apr 2015 22:25:01 +0000 (15:25 -0700)
committerGregory P. Smith <greg@krypto.org>
Tue, 14 Apr 2015 22:25:01 +0000 (15:25 -0700)
Doc/library/test.rst

index 029f93047ae095e11159e2ee7f3c33af8b727654..8f2df7c15a7596113906b5ef15da9d54264c791e 100644 (file)
@@ -577,6 +577,8 @@ The :mod:`test.support` module defines the following functions:
    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: