You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Starting in Python 3.4 the builtins
max
andmin
support a new keyword-only argumentdefault
that allows to specify the value to be returned in case of an empty sequence. It appears thatfuture
doesn't provide replacement builtins with that semantics. Shouldn't it do so?The text was updated successfully, but these errors were encountered: