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 vstinner
Recipients vstinner
Date 2019-06-17.20:38:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560803912.16.0.0813723259969.issue37324@roundup.psfhosted.org>
In-reply-to
Content
Extract of collections documentation:
https://docs.python.org/dev/library/collections.html

"Deprecated since version 3.3, will be removed in version 3.9: Moved Collections Abstract Base Classes to the collections.abc module. For backwards compatibility, they continue to be visible in this module through Python 3.8."

Attached PR removes these aliases.
History
Date User Action Args
2019-06-17 20:38:32vstinnersetrecipients: + vstinner
2019-06-17 20:38:32vstinnersetmessageid: <1560803912.16.0.0813723259969.issue37324@roundup.psfhosted.org>
2019-06-17 20:38:32vstinnerlinkissue37324 messages
2019-06-17 20:38:32vstinnercreate