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, barry, christian.heimes, eric.snow, larry, pitrou, python-dev, r.david.murray, rhettinger, vstinner
Date 2014-02-26.18:58:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393441137.12.0.986768097624.issue20784@psf.upfronthosting.co.za>
In-reply-to
Content
It is a backward compatibility bug.  Something that used to work doesn't any more.  And it was explicitly *made* to work previously (the original __init__ statement was 'import collections.abc').  And it is is an implementation bug in the original patch because otherwise there would be no point in importing _collections_abc in __init__.

But you are right, it is relatively unlikely that anyone is relying on it.
History
Date User Action Args
2014-02-26 18:58:57r.david.murraysetrecipients: + r.david.murray, barry, rhettinger, pitrou, vstinner, larry, christian.heimes, Arfrever, python-dev, eric.snow
2014-02-26 18:58:57r.david.murraysetmessageid: <1393441137.12.0.986768097624.issue20784@psf.upfronthosting.co.za>
2014-02-26 18:58:57r.david.murraylinkissue20784 messages
2014-02-26 18:58:56r.david.murraycreate