-
Notifications
You must be signed in to change notification settings - Fork 274
Add six.moves.collections.abc #155
Copy link
Copy link
Closed
Description
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_abcA six.moves.collections.abc would be very convenient.
- Bitbucket: https://bitbucket.org/gutworth/six/issue/155
Reactions are currently unavailable