Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upFix collections imports for Python 3.8 #408
Conversation
Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated
Could you make an release? |
Hey @gsnedders, as Python 3.8 is released, I guess it would be generally very much appreciated if you could release a version on PyPI which includes this fix. Thank you very much! |
There is no fix here, this pull request makes no sense and was retracted by its author in response to this comment: #405 (comment) The actually relevant discussion was at #402 and #403, and #419 is already submitted asking for a new release. |
I already noticed, but thanks for pointing it out. I forgot to delete my useless comment. :/ |
Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated
Fixes #405