Message298794
While KeyboardInterrupt and ZeroDivisionError are easy to understand, IndexError converted to KeyError doesn't look like a major bug. So I'm not sure about fixing Python 3.5 and 3.6. Maybe it's ok because this function is rarely used and exceptions are not "expected": I hardly imagine a code explicitly catching KeyError to do something on format_map() error.
In short, my vote for backport is +0 :-) |
|
Date |
User |
Action |
Args |
2017-07-21 10:36:46 | vstinner | set | recipients:
+ vstinner, eric.smith, ezio.melotti, serhiy.storchaka, Akuli |
2017-07-21 10:36:46 | vstinner | set | messageid: <1500633406.09.0.405553696891.issue30978@psf.upfronthosting.co.za> |
2017-07-21 10:36:46 | vstinner | link | issue30978 messages |
2017-07-21 10:36:45 | vstinner | create | |
|