[issue7765] 'unittest' documentation misprints

2010-01-27 Thread Ezio Melotti
Ezio Melotti added the comment: Fixed in r77796 (trunk) and r77797 (py3k), thanks for the patches! -- assignee: georg.brandl -> ezio.melotti resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker

[issue7765] 'unittest' documentation misprints

2010-01-25 Thread Brian Curtin
Brian Curtin added the comment: Another one-liner, stopTestRun -- nosy: +brian.curtin Added file: http://bugs.python.org/file16002/stopTestRun.diff ___ Python tracker ___ ___

[issue7765] 'unittest' documentation misprints

2010-01-25 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti, michael.foord priority: -> normal stage: -> patch review ___ Python tracker ___ ___

[issue7765] 'unittest' documentation misprints

2010-01-23 Thread July Tikhonov
Changes by July Tikhonov : Added file: http://bugs.python.org/file15981/unittest-doc-trunk.diff ___ Python tracker ___ ___ Python-bugs-list mai

[issue7765] 'unittest' documentation misprints

2010-01-23 Thread July Tikhonov
New submission from July Tikhonov : Errors in command line examples. One missed space (only in py3k version), and one not so obvious misprint (in both py3k and trunk). -- assignee: georg.brandl components: Documentation files: unittest-doc-py3k.diff keywords: patch messages: 98196 nosy