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

_httpdomain.py: import both collections and collections.abc #1

Merged
merged 1 commit into from
Aug 26, 2022

Commits on Aug 25, 2022

  1. _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".
    flokli committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    24c99c8 View commit details
    Browse the repository at this point in the history