]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add a "Changed in version" to the docs for issue #15132.
authorChris Jerdonek <chris.jerdonek@gmail.com>
Sat, 23 Feb 2013 23:44:46 +0000 (15:44 -0800)
committerChris Jerdonek <chris.jerdonek@gmail.com>
Sat, 23 Feb 2013 23:44:46 +0000 (15:44 -0800)
Doc/library/unittest.rst

index 7d18788696d41341b3a9c4606b266c8eca90b346..f79b0ead1e34c71317eb4fea0b4c6a1d645c5951 100644 (file)
@@ -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
 ###################