Closed
Description
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
Labels
No labels