Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
_httpdomain.py: import both collections and collections.abc
While a1d4fca fixed the import for collections.Mapping, using collections.defaultdict broke. Import both packages, and use them where appropriate. The conditional code for Python < 3.3 can be dropped, as setup.py already sets python_requires=">=3.6".
- Loading branch information