[issue35676] class TestCase: docs are not correct

2019-01-06 Thread אורי רודברג
Change by אורי רודברג : -- versions: +Python 3.4, Python 3.8 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: h

[issue35676] class TestCase: docs are not correct

2019-01-06 Thread אורי רודברג
אורי רודברג added the comment: 1. I think the main problem is where it's documented "first, second" while the real argument names are different. 2. I think maybe https://docs.python.org/2.7/library/unittest.html is also affected in functions such as: assertGreater(first, second, msg=None) as

[issue35676] class TestCase: docs are not correct

2019-01-06 Thread אורי רודברג
New submission from אורי רודברג : I think some functions of `class TestCase` are not documented correctly in the docs. For example in https://docs.python.org/3.5/library/unittest.html and also https://docs.python.org/3.6/library/unittest.html and https://docs.python.org/3.7/library/unittest.ht