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, pitrou, python-dev, r.david.murray, rhettinger, vstinner
Date 2014-02-26.18:12:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393438374.97.0.66280418459.issue19218@psf.upfronthosting.co.za>
In-reply-to
Content
For backward compatibility, shouldn't

  import _collections_abc

in the __init__ file be

  import _collections_abc as abc

?
History
Date User Action Args
2014-02-26 18:12:55r.david.murraysetrecipients: + r.david.murray, barry, rhettinger, pitrou, vstinner, christian.heimes, Arfrever, python-dev, eric.snow
2014-02-26 18:12:54r.david.murraysetmessageid: <1393438374.97.0.66280418459.issue19218@psf.upfronthosting.co.za>
2014-02-26 18:12:54r.david.murraylinkissue19218 messages
2014-02-26 18:12:54r.david.murraycreate