This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author steven.daprano
Recipients AlexWaygood, mareklachbc, steven.daprano
Date 2022-01-12.14:15:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1641996923.27.0.707203419819.issue46354@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2022-01-12 14:15:23steven.dapranosetrecipients: + steven.daprano, AlexWaygood, mareklachbc
2022-01-12 14:15:23steven.dapranosetmessageid: <1641996923.27.0.707203419819.issue46354@roundup.psfhosted.org>
2022-01-12 14:15:23steven.dapranolinkissue46354 messages
2022-01-12 14:15:23steven.dapranocreate