diff options
author | Gregory P. Smith <greg@krypto.org> | 2015-04-14 22:25:01 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@krypto.org> | 2015-04-14 22:25:01 (GMT) |
commit | 7c63fd3df5a0f2d89228a77421e6ac65f0de9375 (patch) | |
tree | 0002ae11f2c2b999f4c61b6c41be4e13df02527e | |
parent | 89964c48d1493e5fe87f1ca3ac78029cfbd3b64b (diff) | |
download | cpython-7c63fd3df5a0f2d89228a77421e6ac65f0de9375.zip cpython-7c63fd3df5a0f2d89228a77421e6ac65f0de9375.tar.gz cpython-7c63fd3df5a0f2d89228a77421e6ac65f0de9375.tar.bz2 |
issue9859: add the missing versionadded tag to the documentation.
-rw-r--r-- | Doc/library/test.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/test.rst b/Doc/library/test.rst index 029f930..8f2df7c 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: |