Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DeprecationWarning - use of collections rather than collections.abc #19

Closed
brunns opened this issue Jan 29, 2019 · 1 comment
Closed

Comments

@brunns
Copy link
Contributor

brunns commented Jan 29, 2019

I'm seeing the following warning:

.tox/py37/lib/python3.7/site-packages/orderedmultidict/orderedmultidict.py:15: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
    from collections import MutableMapping
@gruns gruns closed this as completed in 2a3d04c Feb 7, 2019
gruns added a commit that referenced this issue Feb 7, 2019
Fix #19, warning importing from collections rather than collections.abc.
@gruns
Copy link
Owner

gruns commented Feb 7, 2019

Thank you for your pull request, Simon.

Don't hesitate to let me know if there's anything I can do for you in the
future.

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

No branches or pull requests

2 participants