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

Fix several deprecation warnings #3197

Merged
merged 4 commits into from Apr 1, 2019
Merged

Fix several deprecation warnings #3197

merged 4 commits into from Apr 1, 2019

Commits on Mar 31, 2019

  1. Copy the full SHA
    ca60555 View commit details
    Browse the repository at this point in the history
  2. Fix deprecated imports from collections for Py3

    Since Python 3.3 the abstract base classes from `collections` are moved
    to the `collections.abc` module. From Python 3.8 they will be
    unavailable from their original location.
    
    https://docs.python.org/3/library/collections.abc.html
    arcresu committed Mar 31, 2019
    Copy the full SHA
    3997141 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    e4c03fd View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    a6305c3 View commit details
    Browse the repository at this point in the history