cpython: 0316811f33b2 (original) (raw)
Mercurial > cpython
changeset 95666:0316811f33b2
issue9859: add the missing versionadded tag to the documentation. [#9859]
Gregory P. Smith greg@krypto.org | |
---|---|
date | Tue, 14 Apr 2015 15:25:01 -0700 |
parents | c99ca3d7052d |
children | 3da709cc631d |
files | Doc/library/test.rst |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-)[+] [-] Doc/library/test.rst 2 |
line wrap: on
line diff
--- a/Doc/library/test.rst
+++ b/Doc/library/test.rst
@@ -577,6 +577,8 @@ The :mod:test.support
module defines t
By default this skips private attributes beginning with '_' but
includes all magic methods, i.e. those starting and ending in '__'.