Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upUsing or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated #405
Comments
This is a blocker for CPython: python/cpython#10596. |
Seems to be a duplicate of #402 ? |
@tirkarthi Not a duplicate as the issue still exists after #402 was closed.
|
The actual warning is about importing ABCs using |
@tirkarthi you are correct... closing this |
It will stop working in Python 3.8.