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 abarry
Recipients abarnert, abarry, curioswati
Date 2015-12-15.03:49:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1450151356.13.0.854713739594.issue25864@psf.upfronthosting.co.za>
In-reply-to
Content
You need to do 'import collections.abc' as abc is a submodule of collections, and is not imported from a bare 'import collections'.
History
Date User Action Args
2015-12-15 03:49:16abarrysetrecipients: + abarry, abarnert, curioswati
2015-12-15 03:49:16abarrysetmessageid: <1450151356.13.0.854713739594.issue25864@psf.upfronthosting.co.za>
2015-12-15 03:49:16abarrylinkissue25864 messages
2015-12-15 03:49:15abarrycreate