This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author piotr.dobrogost
Recipients docs@python, ezio.melotti, michael.foord, piotr.dobrogost
Date 2013-04-29.21:06:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1367269592.44.0.115946830805.issue17871@psf.upfronthosting.co.za>
In-reply-to
Content
TextTestRunner's init as of 3.3.1 has (http://hg.python.org/cpython/file/d9893d13c628/Lib/unittest/runner.py#l128) the following parameters:
stream, descriptions, verbosity, failfast, buffer, resultclass, warnings whereas docs (http://docs.python.org/3.3/library/unittest.html?highlight=unittest#loading-and-running-tests) show only the following parameters:
stream, descriptions, verbosity, runnerclass, warnings

'Failfast' and 'buffer' parameters are missing in the docs and there's 'runnerclass' parameter instead of 'resultclass' parameter.
History
Date User Action Args
2013-04-29 21:06:32piotr.dobrogostsetrecipients: + piotr.dobrogost, ezio.melotti, michael.foord, docs@python
2013-04-29 21:06:32piotr.dobrogostsetmessageid: <1367269592.44.0.115946830805.issue17871@psf.upfronthosting.co.za>
2013-04-29 21:06:32piotr.dobrogostlinkissue17871 messages
2013-04-29 21:06:32piotr.dobrogostcreate