Skip to content

make deprecated positional arguments keyword-only #3092

Open
@d-v-b

Description

@d-v-b

we have a lot of functions decorated with this decorator, which by default warns that the decorated function will only take keyword-only arguments from version 3.1.0 and onwards. not accept certain arguments as positional from 3.1.0 and onwards.

As we are preparing a 3.1.0 release, we should transform these functions to all keyword-only arguments, and remove the decoration.

Metadata

Metadata

Assignees

No one assigned

    Labels

    maintenanceWork needed by a maintainer

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions