[issue1605] Semi autogenerated _types module

Guido van Rossum report at bugs.python.org
Fri Mar 21 22:32:08 CET 2008


Guido van Rossum <guido at python.org> added the comment:

I'm still resounding -1 on this.

Grouping types together because they happen to be implemented in C is a
silly thing to do.  Groupings should be based on usage, not on
implementation style.  I successfully argued against the inclusion of
all metaclasses in the abc.py module.  This proposal would be even more
wrong.  You might as well insist that all decorators need to be placed
in one module.

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1605>
__________________________________


More information about the Python-bugs-list mailing list