Skip to content

Add six.moves.collections.abc #155

@benjaminp

Description

@benjaminp

Originally reported by: Eklavya Sharma (Bitbucket: ekujupr, GitHub: Unknown)


I'm fed up of doing

try:
    import collections.abc as collections_abc # only works on python 3.3+
except ImportError:
    import collections as collections_abc

A six.moves.collections.abc would be very convenient.


Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions