[issue20784] 'collections.abc' is no longer defined when collections is imported

STINNER Victor report at bugs.python.org
Tue Mar 11 09:28:11 CET 2014


STINNER Victor added the comment:

> Item possibly related to this.

I cannot reproduce your issue, it looks like a bug in cx_Freeze. "import collections" doesn't import "collections.abc" by default anymore, but configparser is correct: "from collections.abc import MutableMapping". So it imports explicitly "collections.abc".

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20784>
_______________________________________


More information about the Python-bugs-list mailing list