[issue36953] Remove collections ABCs?

Matthias Bussonnier report at bugs.python.org
Sat May 18 13:51:30 EDT 2019


Matthias Bussonnier <bussonniermatthias at gmail.com> added the comment:

Should it still raise an informative error message with ImportError:

> ImportError: cannot import name 'XXX' from 'collections', please import it from 'collections.abc'.

or just the "cannot import name 'XXXX'" without the  "please import it from 'collections.abc'." ?

----------

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


More information about the Python-bugs-list mailing list