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 r.david.murray
Recipients djc, giampaolo.rodola, josiah.carlson, josiahcarlson, r.david.murray
Date 2010-04-21.17:51:24
SpamBayes Score 7.306389e-06
Marked as misclassified No
Message-id <1271872286.19.0.0998746166933.issue8483@psf.upfronthosting.co.za>
In-reply-to
Content
Well, the attribute error message could be fixed, too, by enclosing the forwarding getattr in a try/except and generating the "correct" attribute error text.

Changing the forwarding behavior itself is the kind of issue that would need to be discussed on python-dev, and we'd need to make sure that the various asyncore constiuencies got a chance to chime in (remember the previous breakage of asyncore monkey-patching in 2.6 and the rancor it caused).  My guess is that we can't change it, though.  Certainly not in 2.7.

I'm changing the title of the issue to more accurately reflect the discussion.
History
Date User Action Args
2010-04-21 17:51:26r.david.murraysetrecipients: + r.david.murray, josiahcarlson, giampaolo.rodola, josiah.carlson, djc
2010-04-21 17:51:26r.david.murraysetmessageid: <1271872286.19.0.0998746166933.issue8483@psf.upfronthosting.co.za>
2010-04-21 17:51:24r.david.murraylinkissue8483 messages
2010-04-21 17:51:24r.david.murraycreate