Skip to content

Positional only argument support with Python keywords #3695

Closed
@pekkaklarck

Description

@pekkaklarck

Python 3.8 added support for positional-only arguments. They have some nice usages with Python code but I doubt they are that important with RF libraries. Anyway, we should support them or at least make sure things don't break strangely. I also believe we should add the support already in RF 4.0 because changes affect our model objects that may be exposed via Libdoc APIs and changes later would cause backwards compatibility problems.

This issue covers supporting positional-only arguments only with Python based keywords. Separate issue can be submitted about supporting them with dynamic libraries that often are implemented with Python and could benefit from the support as well. We could also support them with user keywords if someone comes up with valid use cases.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions