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 iritkatriel
Recipients iritkatriel, jwilk, serhiy.storchaka, xtreak
Date 2021-06-25.22:54:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1624661684.64.0.760968888086.issue36265@roundup.psfhosted.org>
In-reply-to
Content
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.abc' is deprecated since Python 3.3, "
            "and in 3.10 it will stop working",
            DeprecationWarning, stacklevel=2)
History
Date User Action Args
2021-06-25 22:54:44iritkatrielsetrecipients: + iritkatriel, jwilk, serhiy.storchaka, xtreak
2021-06-25 22:54:44iritkatrielsetmessageid: <1624661684.64.0.760968888086.issue36265@roundup.psfhosted.org>
2021-06-25 22:54:44iritkatriellinkissue36265 messages
2021-06-25 22:54:44iritkatrielcreate