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 gvanrossum
Recipients brett.cannon, ezio.melotti, gvanrossum, martin.panter, ncoghlan, rhettinger, stutzbach, terry.reedy, yselivanov
Date 2016-01-05.20:33:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452025996.39.0.0787532179597.issue25637@psf.upfronthosting.co.za>
In-reply-to
Content
Honestly I think this such a slippery slope that I prefer keeping them in collections.abc. The main reason that we have Iterable and Iterator is that they are closely related to real collections (e.g. Sequence, Set, Mapping).  And generators are related to iterators.  And so on.  To me the force that wants to keep abc.py purely about *implementing* ABCs is stronger than the desire to have only things that really are ABCs for collection types in collections.abc.

The types.py module is a bunch of crap that we can't get rid of yet but it should not be used for anything new.
History
Date User Action Args
2016-01-05 20:33:16gvanrossumsetrecipients: + gvanrossum, brett.cannon, rhettinger, terry.reedy, ncoghlan, stutzbach, ezio.melotti, martin.panter, yselivanov
2016-01-05 20:33:16gvanrossumsetmessageid: <1452025996.39.0.0787532179597.issue25637@psf.upfronthosting.co.za>
2016-01-05 20:33:16gvanrossumlinkissue25637 messages
2016-01-05 20:33:16gvanrossumcreate