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 michaelanckaert
Recipients michaelanckaert
Date 2019-08-22.15:50:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1566489018.68.0.646926687827.issue37917@roundup.psfhosted.org>
In-reply-to
Content
When importing an ABC from the collections module in Python 3.9 there is a warning that this is deprecated since Python 3.3 and will stop working in Python 3.9. 

Should this warning be removed and lead to an ImportError? 

Python 3.9.0a0 (heads/master:a38e9d1399, Aug 22 2019, 17:48:16) 
[GCC 8.3.1 20190223 (Red Hat 8.3.1-2)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from collections import Sequence
<stdin>: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
History
Date User Action Args
2019-08-22 15:50:18michaelanckaertsetrecipients: + michaelanckaert
2019-08-22 15:50:18michaelanckaertsetmessageid: <1566489018.68.0.646926687827.issue37917@roundup.psfhosted.org>
2019-08-22 15:50:18michaelanckaertlinkissue37917 messages
2019-08-22 15:50:18michaelanckaertcreate