Skip to content

combinations(X, repeat=0) should return an empty sequence #12

@mattbillenstein

Description

@mattbillenstein

WRT compatibility with python itertools

>>> list(itertools.combinations('abc', 0))
[()]

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