Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.7] bpo-39200: Correct the error message for min/max builtin function (GH-17814) #17943

Open
wants to merge 1 commit into
base: 3.7
from

Conversation

@miss-islington
Copy link

miss-islington commented Jan 10, 2020

Correct the error message when calling the min() or max() with
no arguments.
(cherry picked from commit abdc634)

Co-authored-by: Dong-hee Na donghee.na92@gmail.com

https://bugs.python.org/issue39200

…-17814)

Correct the error message when calling the min() or max() with
no arguments.
(cherry picked from commit abdc634)

Co-authored-by: Dong-hee Na <donghee.na92@gmail.com>
@miss-islington

This comment has been minimized.

Copy link
Author

miss-islington commented Jan 10, 2020

@corona10 and @vstinner: Status check is done, and it's a success .

1 similar comment
@miss-islington

This comment has been minimized.

Copy link
Author

miss-islington commented Jan 10, 2020

@corona10 and @vstinner: Status check is done, and it's a success .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants
You can’t perform that action at this time.