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 christian.heimes, gvanrossum, mark
Date 2007-11-30.15:07:48
SpamBayes Score 0.1166518
Marked as misclassified No
Message-id <1196435269.0.0.229137508895.issue1109@psf.upfronthosting.co.za>
In-reply-to
Content
Please roll this back.  The error message you added is inappropriate
when the parameter to a legitimate register() call is omitted, e.g.

collections.Sequence.register()

Since we got rid of unbound methods, the infinite recursion is gone;
that's a good enough fix, there are tons of other situations where
confusion between class and instance (or between metaclass and class)
causes confusing error messages.
History
Date User Action Args
2007-11-30 15:07:49gvanrossumsetspambayes_score: 0.116652 -> 0.1166518
recipients: + gvanrossum, christian.heimes, mark
2007-11-30 15:07:49gvanrossumsetspambayes_score: 0.116652 -> 0.116652
messageid: <1196435269.0.0.229137508895.issue1109@psf.upfronthosting.co.za>
2007-11-30 15:07:48gvanrossumlinkissue1109 messages
2007-11-30 15:07:48gvanrossumcreate