[issue36265] Remove ABCs from collections

2021-06-25 Thread Irit Katriel
Irit Katriel added the comment: This was updated in later 3.8.X versions: https://github.com/python/cpython/blob/71ba16b21cb35923098026117b5e6d823c5f5707/Lib/collections/__init__.py#L49 warnings.warn("Using or importing the ABCs from 'collections' instead " "of from 'collections.a

[issue36265] Remove ABCs from collections

2019-03-11 Thread Karthikeyan Singaravelan
Karthikeyan Singaravelan added the comment: Please see https://github.com/python/cpython/pull/10596 . pip is incompatible with this change. -- nosy: +serhiy.storchaka, xtreak ___ Python tracker

[issue36265] Remove ABCs from collections

2019-03-11 Thread Jakub Wilk
New submission from Jakub Wilk : This happens with Python from git master (d9bd8ec2a4): >>> from collections import Hashable :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 a