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 terry.reedy
Recipients brett.cannon, eric.snow, terry.reedy
Date 2014-05-30.18:58:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401476304.57.0.724464177531.issue21577@psf.upfronthosting.co.za>
In-reply-to
Content
Your example in #21578 suggests that **kwargs should be deleted.
*args is right.
>>> ImportError(3, 'a')
ImportError(3, 'a')

Should not this be fixed by ArgClinic conversion, and is not there an issue for that for exceptions?
History
Date User Action Args
2014-05-30 18:58:24terry.reedysetrecipients: + terry.reedy, brett.cannon, eric.snow
2014-05-30 18:58:24terry.reedysetmessageid: <1401476304.57.0.724464177531.issue21577@psf.upfronthosting.co.za>
2014-05-30 18:58:24terry.reedylinkissue21577 messages
2014-05-30 18:58:24terry.reedycreate