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 אורי
Recipients docs@python, אורי
Date 2019-01-07.04:27:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1546835263.74.0.800251992216.issue35676@roundup.psfhosted.org>
In-reply-to
Content
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)
History
Date User Action Args
2019-01-07 04:27:45אוריsetrecipients: + אורי, docs@python
2019-01-07 04:27:43אוריsetmessageid: <1546835263.74.0.800251992216.issue35676@roundup.psfhosted.org>
2019-01-07 04:27:43אוריlinkissue35676 messages
2019-01-07 04:27:43אוריcreate