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 mbussonn
Recipients eamanu, mbussonn, p-ganssle, rhettinger, serhiy.storchaka, stutzbach, xtreak
Date 2019-05-18.17:51:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558201890.11.0.441365943051.issue36953@roundup.psfhosted.org>
In-reply-to
Content
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'." ?
History
Date User Action Args
2019-05-18 17:51:30mbussonnsetrecipients: + mbussonn, rhettinger, stutzbach, serhiy.storchaka, p-ganssle, eamanu, xtreak
2019-05-18 17:51:30mbussonnsetmessageid: <1558201890.11.0.441365943051.issue36953@roundup.psfhosted.org>
2019-05-18 17:51:30mbussonnlinkissue36953 messages
2019-05-18 17:51:30mbussonncreate