[Python-checkins] cpython: Add a "Changed in version" to the docs for issue #15132.

chris.jerdonek python-checkins at python.org
Sun Feb 24 00:47:29 CET 2013


http://hg.python.org/cpython/rev/4285d13fd3dc
changeset:   82372:4285d13fd3dc
user:        Chris Jerdonek <chris.jerdonek at gmail.com>
date:        Sat Feb 23 15:44:46 2013 -0800
summary:
  Add a "Changed in version" to the docs for issue #15132.

files:
  Doc/library/unittest.rst |  4 ++++
  1 files changed, 4 insertions(+), 0 deletions(-)


diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst
--- a/Doc/library/unittest.rst
+++ b/Doc/library/unittest.rst
@@ -1830,6 +1830,10 @@
       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
 ###################

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list