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 <rep...@bugs.python.org>
<http://bugs.python.org/issue20784>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to