[New-bugs-announce] [issue36953] Remove collections ABCs?

Paul Ganssle report at bugs.python.org
Fri May 17 20:52:44 EDT 2019


New submission from Paul Ganssle <p.ganssle at gmail.com>:

In PR 5640 (https://github.com/python/cpython/pull/5460), a warning was added that importing ABCs from collections directly is deprecated and will be removed in Python 3.8, but they have not yet been removed and the warning is still active.

If they are going to be removed, presumably it needs to be done before the feature freeze at the end of May, otherwise, in the meantime, I think the warning needs to be updated to say that it will be removed in Python 3.9.

----------
components: Library (Lib)
messages: 342779
nosy: p-ganssle, rhettinger, serhiy.storchaka, stutzbach
priority: normal
severity: normal
status: open
title: Remove collections ABCs?
versions: Python 3.8, Python 3.9

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


More information about the New-bugs-announce mailing list