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 akuchling
Recipients
Date 2006-12-21.15:35:59
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Preserving the argument number seems difficult without exception chaining; perhaps a middle group would be to only replace TypeError exceptions.  Walter's comment at 2003-01-30 06:29 shows this can still be fooled, but a fix for 90% of the cases is still better than a fix for 0% of them.

The patch looks OK, but I think it should be reworked to take the middle-ground approach, replacing only TypeErrors.
History
Date User Action Args
2007-08-23 14:09:56adminlinkissue665761 messages
2007-08-23 14:09:56admincreate