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 vstinner
Recipients Arfrever, Jurko.Gospodnetić, barry, christian.heimes, eric.snow, larry, pitrou, python-dev, r.david.murray, rhettinger, serhiy.storchaka, vstinner
Date 2014-03-11.08:28:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1394526491.75.0.64347804193.issue20784@psf.upfronthosting.co.za>
In-reply-to
Content
> 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".
History
Date User Action Args
2014-03-11 08:28:11vstinnersetrecipients: + vstinner, barry, rhettinger, pitrou, larry, christian.heimes, Arfrever, r.david.murray, Jurko.Gospodnetić, python-dev, eric.snow, serhiy.storchaka
2014-03-11 08:28:11vstinnersetmessageid: <1394526491.75.0.64347804193.issue20784@psf.upfronthosting.co.za>
2014-03-11 08:28:11vstinnerlinkissue20784 messages
2014-03-11 08:28:11vstinnercreate