issue9859: add the missing versionadded tag to the documentation.

This commit is contained in:
Gregory P. Smith 2015-04-14 15:25:01 -07:00
parent 89964c48d1
commit 7c63fd3df5

View 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: