Skip to content

Function argument handling #180

@BruceSherwood

Description

@BruceSherwood

The following gives no error but should say "positional argument follows keyword argument":

def f(a=5, b=10):
    print(a,b)

f(b=3, 34, a=6)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions