Guido van Rossum added the comment:

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.

----------
nosy: +gvanrossum

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25637>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to