-
Notifications
You must be signed in to change notification settings - Fork 294
DeprecationWarning in collections import #402
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
Comments
5j9
added a commit
to 5j9/html5lib-python
that referenced
this issue
Sep 23, 2018
Note that collections.abc has been added in Python 3.3. Fixes html5lib#402
gsnedders
pushed a commit
that referenced
this issue
Oct 1, 2018
Note that collections.abc has been added in Python 3.3. Fixes #402
4 tasks
When is this change going to be released? I'm still seeing this warning. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Installing html5lib on CPython master generates the below warning. I think this was added as part of Python 3.7 and will be removed in the next version 3.8 which is under development. Just wanted to give a heads up on this.
Relevant code :
html5lib-python/html5lib/_trie/_base.py
Line 3 in 950ea0e
Possible solution : pyparsing/pyparsing#16
Thanks
The text was updated successfully, but these errors were encountered: