Skip to content

Address DeprecationWarning for collections.abc

Latest
Compare
Choose a tag to compare
@blag blag released this 14 Sep 20:24
· 15 commits to master since this release
dfd7c6d

This release fixes code that uses the collections module in Python 3, which raises a DeprecationWarning.

Special thanks for @sloria for the PR.

  • Fixed more warnings about importing from collections on Python 3 (thanks to sloria)
    #222