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 vstinner
Recipients Akuli, eric.smith, ezio.melotti, serhiy.storchaka, vstinner
Date 2017-07-21.10:36:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1500633406.09.0.405553696891.issue30978@psf.upfronthosting.co.za>
In-reply-to
Content
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 :-)
History
Date User Action Args
2017-07-21 10:36:46vstinnersetrecipients: + vstinner, eric.smith, ezio.melotti, serhiy.storchaka, Akuli
2017-07-21 10:36:46vstinnersetmessageid: <1500633406.09.0.405553696891.issue30978@psf.upfronthosting.co.za>
2017-07-21 10:36:46vstinnerlinkissue30978 messages
2017-07-21 10:36:45vstinnercreate