Steven D'Aprano <steve+pyt...@pearwood.info> added the comment:

Hi mareklachbc,

What makes you think that this is a bug? 

Since at least version 3.7, you will have seen this warning:


    >>> import collections
    >>> collections.Mapping
    __main__:1: DeprecationWarning: Using or importing the ABCs from
    'collections' instead of from 'collections.abc' is deprecated
    since Python 3.3,and in 3.9 it will stop working


So this is not a bug.

----------
nosy: +steven.daprano
stage:  -> resolved
status: pending -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue46354>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to