Skip to content

[SPRINT] Functions with *args can now have explicit keyword args #17345

@jnothman

Description

@jnothman

Please do not address this issue unless you're part of the sprint (June 6th 2020).

Functions like resample have a signature like def resample(*arrays, **options) because of a limitation of python 2, where named keyword arguments could not be used with variable number of positional argument. We now should be using explicit keyword arguments where possible.

Metadata

Metadata

Assignees

No one assigned

    Labels

    EasyWell-defined and straightforward way to resolveSprintgood first issueEasy with clear instructions to resolvehelp wanted

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions