[docs] [issue35676] class TestCase: docs are not correct
אורי רודברג
report at bugs.python.org
Sun Jan 6 23:27:45 EST 2019
אורי רודברג <uri at speedy.net> 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)
assertGreaterEqual(first, second, msg=None)
assertLess(first, second, msg=None)
assertLessEqual(first, second, msg=None)
----------
versions: +Python 2.7
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35676>
_______________________________________
More information about the docs
mailing list