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 gpolo
Recipients gpolo
Date 2008-11-30.19:55:30
SpamBayes Score 0.020107556
Marked as misclassified No
Message-id <1228074932.76.0.882771479125.issue4475@psf.upfronthosting.co.za>
In-reply-to
Content
As was told in
http://mail.python.org/pipermail/python-dev/2008-November/083782.html
some objects may print a not so nice message when an attribute is not
found. 
I considered this was due to Py_FindMethod being so easy to use that is
probably used in several extensions but it doesn't set a good error message.
History
Date User Action Args
2008-11-30 19:55:33gpolosetrecipients: + gpolo
2008-11-30 19:55:32gpolosetmessageid: <1228074932.76.0.882771479125.issue4475@psf.upfronthosting.co.za>
2008-11-30 19:55:31gpololinkissue4475 messages
2008-11-30 19:55:31gpolocreate