• Kevin James's avatar
    fix(python): fix deprecated collections.abc usage (#5195) · f50a1f84
    Kevin James authored
    Many classes within collections were moved to collections.abc in Python
    3.3 -- their usage as imported directly from collections is now
    deprecated as of Python 3.7 and will be removed soon.
    
    The fallback import added in this PR can be removed entirely when
    support for versions of Python prior to 3.3 is dropped.
    f50a1f84
Name
Last commit
Last update
..
compatibility_tests/v2.5.0 Loading commit data...
google Loading commit data...
release/wheel Loading commit data...
MANIFEST.in Loading commit data...
README.md Loading commit data...
mox.py Loading commit data...
release.sh Loading commit data...
setup.cfg Loading commit data...
setup.py Loading commit data...
stubout.py Loading commit data...
tox.ini Loading commit data...