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 Trundle, benjamin.peterson, ncoghlan, r.david.murray, rogerbinns
Date 2011-06-06.02:06:48
SpamBayes Score 0.047365047
Marked as misclassified No
Message-id <1307326009.46.0.839747184223.issue12265@psf.upfronthosting.co.za>
In-reply-to
Content
That's why I said "their own source or pydoc...".

The language of the error message is trying to describe the error as the interpreter knows about it at the time the error is generated.  That has a strong relationship to the prototype, but the two things are not the same.

IMO the added complexity of finding and displaying the prototype is not worth it.  But it is Benjamin who was willing to tackle trying to fix the current problems with the error messages, so I'm happy to leave that decision up to him.
History
Date User Action Args
2011-06-06 02:06:49r.david.murraysetrecipients: + r.david.murray, ncoghlan, benjamin.peterson, rogerbinns, Trundle
2011-06-06 02:06:49r.david.murraysetmessageid: <1307326009.46.0.839747184223.issue12265@psf.upfronthosting.co.za>
2011-06-06 02:06:48r.david.murraylinkissue12265 messages
2011-06-06 02:06:48r.david.murraycreate