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 serhiy.storchaka
Recipients benjamin.peterson, serhiy.storchaka
Date 2017-04-23.12:11:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1492949485.71.0.267091337094.issue30143@psf.upfronthosting.co.za>
In-reply-to
Content
Proposed patch makes 2to3 generating a code that uses abstract collection classes Sequence and Mapping from collections.abc rather than collections. Since abstract collection classes now are defined in collections.abc and collections contains only aliases for compatibility, this is more idiomatic Python 3 code.
History
Date User Action Args
2017-04-23 12:11:25serhiy.storchakasetrecipients: + serhiy.storchaka, benjamin.peterson
2017-04-23 12:11:25serhiy.storchakasetmessageid: <1492949485.71.0.267091337094.issue30143@psf.upfronthosting.co.za>
2017-04-23 12:11:25serhiy.storchakalinkissue30143 messages
2017-04-23 12:11:25serhiy.storchakacreate