Brett Cannon added the comment:

I guess is the objection of putting concrete ABCs in the abc module is that the 
abc module contains the actual code to implement ABCs and not ABCs themselves. 
Personally I would be fine with a submodule within abc like abc.interfaces.

Personally I'm starting to warm to the idea of sticking ABCs in proper packages 
as e.g. functools.abc for Callable; namespaces are one honking great idea after 
all. :)

----------

_______________________________________
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