- Notifications
You must be signed in to change notification settings - Fork294
Fix collections imports for Python 3.8#408
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated
methane commentedMar 27, 2019
Could you make an release? |
olf42 commentedOct 16, 2019 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
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. |
olf42 commentedOct 27, 2019
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