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 upDeprecationWarning in collections import #402
Comments
Note that collections.abc has been added in Python 3.3. Fixes html5lib#402
Note that collections.abc has been added in Python 3.3. Fixes #402
When is this change going to be released? I'm still seeing this warning. |
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