[issue11085] expose _abcoll as collections.abc

R. David Murray report at bugs.python.org
Mon Jan 31 22:42:16 CET 2011


R. David Murray <rdmurray at bitdance.com> added the comment:

Hmm.  OK, so it is just Callable that is the odd man out.

But in that case, shouldn't the pattern be adopted by the other modules that define abcs as well?  And if the distinction isn't sharp enough in those other modules to justify that, then I question whether it is a good idea to special-case collections.  The docs already make the distinction pretty clear.

My "flat is better than nested" alarm is going off here :)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11085>
_______________________________________


More information about the Python-bugs-list mailing list