From: Chris Jerdonek Date: Sat, 23 Feb 2013 23:44:46 +0000 (-0800) Subject: Add a "Changed in version" to the docs for issue #15132. X-Git-Tag: v3.4.0a1~1324 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ccbc26a24c423f29159c04bee68439ba82f516db;p=thirdparty%2FPython%2Fcpython.git Add a "Changed in version" to the docs for issue #15132. --- diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index 7d18788696d4..f79b0ead1e34 100644 --- a/Doc/library/unittest.rst +++ b/Doc/library/unittest.rst @@ -1830,6 +1830,10 @@ Loading and running tests The *verbosity*, *failfast*, *catchbreak*, *buffer* and *warnings* parameters were added. + .. versionchanged:: 3.4 + The *defaultTest* parameter was changed to also accept an iterable of + test names. + load_tests Protocol ###################