From 7c63fd3df5a0f2d89228a77421e6ac65f0de9375 Mon Sep 17 00:00:00 2001 From: "Gregory P. Smith" Date: Tue, 14 Apr 2015 15:25:01 -0700 Subject: [PATCH] issue9859: add the missing versionadded tag to the documentation. --- Doc/library/test.rst | 2 ++ 1 file changed, 2 insertions(+) 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: -- 2.47.3