diff -r e6b962fa44bb Doc/library/unittest.rst --- a/Doc/library/unittest.rst Wed May 01 20:52:07 2013 +0200 +++ b/Doc/library/unittest.rst Thu May 02 08:26:30 2013 -0400 @@ -1850,7 +1850,8 @@ instead of repeatedly creating new instances. -.. class:: TextTestRunner(stream=None, descriptions=True, verbosity=1, runnerclass=None, warnings=None) +.. class:: TextTestRunner(stream=None, descriptions=True, verbosity=1, failfast=False, \ + buffer=False, resultclass=None, warnings=None) A basic test runner implementation that outputs results to a stream. If *stream* is ``None``, the default, :data:`sys.stderr` is used as the output stream. This class diff -r e6b962fa44bb Misc/ACKS --- a/Misc/ACKS Wed May 01 20:52:07 2013 +0200 +++ b/Misc/ACKS Thu May 02 08:26:30 2013 -0400 @@ -208,6 +208,7 @@ Brad Chapman Greg Chapman Mitch Chapman +Yogesh Chaudhari David Chaum Nicolas Chauvat Jerry Chen