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

Support new default argument for builtin max and min #334

Closed
lw opened this issue Apr 5, 2018 · 2 comments
Closed

Support new default argument for builtin max and min #334

lw opened this issue Apr 5, 2018 · 2 comments

Comments

@lw
Copy link

lw commented Apr 5, 2018

Starting in Python 3.4 the builtins max and min support a new keyword-only argument default that allows to specify the value to be returned in case of an empty sequence. It appears that future doesn't provide replacement builtins with that semantics. Shouldn't it do so?

@SameeraSomisetty
Copy link

Looking into this issue.

@jmadler jmadler closed this as completed May 7, 2019
@megies
Copy link
Contributor

megies commented Oct 21, 2019

Just for reference, see #459

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants