]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39200: Correct the error message for min/max builtin function (GH-17814)
authorDong-hee Na <donghee.na92@gmail.com>
Fri, 10 Jan 2020 16:31:43 +0000 (01:31 +0900)
committerVictor Stinner <vstinner@python.org>
Fri, 10 Jan 2020 16:31:43 +0000 (17:31 +0100)
commitabdc634f337ce4943cd7d13587936837aac2ecc9
tree1cd9642117077a38a913992b7c287002f7a22485
parentc39b52f1527868c7ada9385669c38edf98858921
bpo-39200: Correct the error message for min/max builtin function (GH-17814)

Correct the error message when calling the min() or max() with
no arguments.
Lib/test/test_builtin.py
Misc/NEWS.d/next/Core and Builtins/2020-01-04-01-14-32.bpo-39200.8Z9DYp.rst [new file with mode: 0644]
Python/bltinmodule.c