Message277519
Serhiy's patch looks good to me. It would be nice to add a test for multiple invalid keyword arguments:
with self.assertRaisesRegex(TypeError, msg):
ImportError('test', invalid='keyword', another=True)
Using empty_tuple seems reasonable to me. Brett and Eric, what do you think? |
|
Date |
User |
Action |
Args |
2016-09-27 15:59:18 | berker.peksag | set | recipients:
+ berker.peksag, brett.cannon, r.david.murray, eric.snow, serhiy.storchaka, xiang.zhang |
2016-09-27 15:59:18 | berker.peksag | set | messageid: <1474991958.76.0.996322544816.issue21578@psf.upfronthosting.co.za> |
2016-09-27 15:59:18 | berker.peksag | link | issue21578 messages |
2016-09-27 15:59:18 | berker.peksag | create | |
|