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 eric.araujo
Recipients arielbyd, benjamin.peterson, eric.araujo
Date 2010-07-14.13:29:38
SpamBayes Score 0.00016587945
Marked as misclassified No
Message-id <1279114185.68.0.994669586095.issue9259@psf.upfronthosting.co.za>
In-reply-to
Content
I am afraid we have conflicting viewpoints. You are saying that upgrading Python broke code, and I agree it’s a bad thing. Usually such regression reports are accepted and fixed.

In this case however, the code was already broken in the previous version, it was only working because of a problem in the implementation. So from the viewpoint of GI users, it’s a regression, but from the viewpoint of Python the 2.7 behavior fixes a regression in 2.6. It is not supported to find magic methods (“__name__”) on instances.
History
Date User Action Args
2010-07-14 13:29:45eric.araujosetrecipients: + eric.araujo, benjamin.peterson, arielbyd
2010-07-14 13:29:45eric.araujosetmessageid: <1279114185.68.0.994669586095.issue9259@psf.upfronthosting.co.za>
2010-07-14 13:29:38eric.araujolinkissue9259 messages
2010-07-14 13:29:38eric.araujocreate