Skip to content

DeprecationWarning importing future in Python 3.7 #415

Closed
@corydodt

Description

@corydodt

Using the future library in Python 3.7 results in the following warnings. It doesn't look like it's been reported yet, but it will need to be addressed before the next Python3 release.

/Users/cory/.virtualenvs/circus-base-v1neNZsZ/lib/python3.7/site-packages/past/types/oldstr.py:5
  /Users/cory/.virtualenvs/circus-base-v1neNZsZ/lib/python3.7/site-packages/past/types/oldstr.py:5: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
    from collections import Iterable

/Users/cory/.virtualenvs/circus-base-v1neNZsZ/lib/python3.7/site-packages/past/builtins/misc.py:4
  /Users/cory/.virtualenvs/circus-base-v1neNZsZ/lib/python3.7/site-packages/past/builtins/misc.py:4: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
    from collections import Mapping

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions