[New-bugs-announce] [issue36265] Remove ABCs from collections

Jakub Wilk report at bugs.python.org
Mon Mar 11 13:17:51 EDT 2019


New submission from Jakub Wilk <jwilk at jwilk.net>:

This happens with Python from git master (d9bd8ec2a4):

    >>> from collections import Hashable
    <stdin>:1: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working

I was already already using Python 3.8, so I expected the import to fail,
as promised in the warning message.

----------
components: Library (Lib)
messages: 337688
nosy: jwilk
priority: normal
severity: normal
status: open
title: Remove ABCs from collections
versions: Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36265>
_______________________________________


More information about the New-bugs-announce mailing list