[issue17871] Wrong signature of TextTestRunner's init function

2013-05-06 Thread Ezio Melotti
Ezio Melotti added the comment: Fixed, thanks for the patch! -- assignee: docs@python -> ezio.melotti resolution: -> fixed stage: needs patch -> committed/rejected status: open -> closed versions: +Python 3.3 ___ Python tracker

[issue17871] Wrong signature of TextTestRunner's init function

2013-05-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5dd076d441ec by Ezio Melotti in branch '3.3': #17871: fix unittest.TextTestRunner signature in the docs. Patch by Yogesh Chaudhari. http://hg.python.org/cpython/rev/5dd076d441ec New changeset 15ed67602ddf by Ezio Melotti in branch 'default': #1787

[issue17871] Wrong signature of TextTestRunner's init function

2013-05-02 Thread Yogesh Chaudhari
Yogesh Chaudhari added the comment: The changes in Docs/library/unittest.rst have been made to reflect proper arguments from Lib/unittest/runner.py -- keywords: +patch nosy: +Yogesh.Chaudhari Added file: http://bugs.python.org/file30106/mywork.patch

[issue17871] Wrong signature of TextTestRunner's init function

2013-04-29 Thread Ezio Melotti
Changes by Ezio Melotti : -- keywords: +easy stage: -> needs patch type: -> enhancement ___ Python tracker ___ ___ Python-bugs-list

[issue17871] Wrong signature of TextTestRunner's init function

2013-04-29 Thread Piotr Dobrogost
New submission from Piotr Dobrogost: 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/l