Skip to content
This repository has been archived by the owner on Apr 29, 2023. It is now read-only.

Update use of collections module to avoid deprecated idiom #111

Closed
wants to merge 1 commit into from

Conversation

darkling
Copy link

The use of the "collections" module to access the abstract base classes
has been deprecated in Python 3.7, and will be removed in Python 3.8.
The new idiom is to access the ABCs in "collections.abc". Update the code
throughout to use the new location.

Signed-off-by: Hugo Mills hugo@nightglass.co.uk

The use of the "collections" module to access the abstract base classes
has been deprecated in Python 3.7, and will be removed in Python 3.8.
The new idiom is to access the ABCs in "collections.abc". Update the code
throughout to use the new location.

Signed-off-by: Hugo Mills <hugo@nightglass.co.uk>
@darkling
Copy link
Author

I realise that this is unlikely to get merged by Peter (see #100), but I thought I'd leave it here in case anyone else wants to pick it up.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants