From: Gregory P. Smith Date: Tue, 14 Apr 2015 22:25:01 +0000 (-0700) Subject: issue9859: add the missing versionadded tag to the documentation. X-Git-Tag: v3.5.0a4~43 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7c63fd3df5a0f2d89228a77421e6ac65f0de9375;p=thirdparty%2FPython%2Fcpython.git issue9859: add the missing versionadded tag to the documentation. --- diff --git a/Doc/library/test.rst b/Doc/library/test.rst index 029f93047ae0..8f2df7c15a75 100644 --- a/Doc/library/test.rst +++ b/Doc/library/test.rst @@ -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: