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.19:04:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393441445.08.0.261394473735.issue20784@psf.upfronthosting.co.za>
In-reply-to
Content
If we decide we want this (small) backward compatibility break, to make collections.abc consistent with the other modules (except os.path), then I should mention it in the whatsnew porting section for 3.4, which is really why I opened this issue :)

I that case, IMO, the import for _collections_abc should be removed from the collections __init__ file (in 3.4.1), just to keep things tidy.
History
Date User Action Args
2014-02-26 19:04:05r.david.murraysetrecipients: + r.david.murray, barry, rhettinger, pitrou, vstinner, larry, christian.heimes, Arfrever, python-dev, eric.snow
2014-02-26 19:04:05r.david.murraysetmessageid: <1393441445.08.0.261394473735.issue20784@psf.upfronthosting.co.za>
2014-02-26 19:04:05r.david.murraylinkissue20784 messages
2014-02-26 19:04:04r.david.murraycreate