New submission from Jakub Wilk <jw...@jwilk.net>:
This happens with Python from git master (d9bd8ec2a4): >>> from collections import Hashable <stdin>:1: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working I was already already using Python 3.8, so I expected the import to fail, as promised in the warning message. ---------- components: Library (Lib) messages: 337688 nosy: jwilk priority: normal severity: normal status: open title: Remove ABCs from collections versions: Python 3.8 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue36265> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com