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 benjamin.peterson, christian.heimes, gvanrossum
Date 2008-03-21.21:32:07
SpamBayes Score 0.31777877
Marked as misclassified No
Message-id <1206135128.88.0.76566722919.issue1605@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-03-21 21:32:09gvanrossumsetspambayes_score: 0.317779 -> 0.31777877
recipients: + gvanrossum, christian.heimes, benjamin.peterson
2008-03-21 21:32:08gvanrossumsetspambayes_score: 0.317779 -> 0.317779
messageid: <1206135128.88.0.76566722919.issue1605@psf.upfronthosting.co.za>
2008-03-21 21:32:08gvanrossumlinkissue1605 messages
2008-03-21 21:32:08gvanrossumcreate