Skip to content

Inconsistency in parameter for the builtin function enumerate #355

Description

@lgalfaso

The spec states that the parameter for enumerate is called x. Bazel accepts this parameter to be a named parameter but with the name "list", Python also accepts this to be a named parameter but with the name "iterable".

In this case, the spec is not following Bazel nor Python.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions