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 r.david.murray
Recipients Arfrever, Jurko.Gospodnetić, barry, christian.heimes, eric.snow, larry, ncoghlan, pitrou, python-dev, r.david.murray, rhettinger, serhiy.storchaka, vstinner
Date 2014-03-13.16:05:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1394726715.55.0.0511933835352.issue20784@psf.upfronthosting.co.za>
In-reply-to
Content
I've documented that 'collections.abc' is no longer implicit, which I presume means we are going to keep this behavior.  (Unless you tell me to revert that and we fix it as a regression in 3.4.1).

As long as an application follows the note and explicitly imports collections.abc, I would think that the freeze tools would do the right thing.  I'd think they'd do the right thing anyway, since _collections_abc appears in an 'import from' in collections.__init__, so I'm not clear what problem is anticipated for freeze tools that is different from the one that any program relying on the implicit import would face.
History
Date User Action Args
2014-03-13 16:05:15r.david.murraysetrecipients: + r.david.murray, barry, rhettinger, ncoghlan, pitrou, vstinner, larry, christian.heimes, Arfrever, Jurko.Gospodnetić, python-dev, eric.snow, serhiy.storchaka
2014-03-13 16:05:15r.david.murraysetmessageid: <1394726715.55.0.0511933835352.issue20784@psf.upfronthosting.co.za>
2014-03-13 16:05:15r.david.murraylinkissue20784 messages
2014-03-13 16:05:15r.david.murraycreate