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 corona10
Recipients corona10, jferard, pablogsal
Date 2020-01-03.16:36:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1578069360.58.0.0659140804941.issue39200@roundup.psfhosted.org>
In-reply-to
Content
I noticed that min/max builtin function also has the same problem.

For example, PyPy raise TypeError as 
TypeError: max() expects at least one argument.

PR-17814 is an update patch for this.

I suggest changing the title to be "Fix inaccurate TypeError messages when calling with insufficient arguments"
History
Date User Action Args
2020-01-03 16:36:00corona10setrecipients: + corona10, pablogsal, jferard
2020-01-03 16:36:00corona10setmessageid: <1578069360.58.0.0659140804941.issue39200@roundup.psfhosted.org>
2020-01-03 16:36:00corona10linkissue39200 messages
2020-01-03 16:36:00corona10create