Skip to content

Support new default argument for builtin max and min #334

Closed
@lw

Description

@lw

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions