Add a "Changed in version" to the docs for issue #15132.

This commit is contained in:
Chris Jerdonek 2013-02-23 15:44:46 -08:00
parent 0562379a7c
commit ccbc26a24c
1 changed files with 4 additions and 0 deletions

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