]> granicus.if.org Git - python/commit
bpo-30978: str.format_map() now passes key lookup exceptions through. (#2790)
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 3 Aug 2017 08:45:23 +0000 (11:45 +0300)
committerGitHub <noreply@github.com>
Thu, 3 Aug 2017 08:45:23 +0000 (11:45 +0300)
commit5075416b8fedc5526b643dabc915f7945fa0d969
tree31e23d9e4dbda6c41dc8faf831cc543e9e4e89c9
parent25e4f779d7ae9f37a1933cb5cbfad06e673c01f9
bpo-30978: str.format_map() now passes key lookup exceptions through. (#2790)

Previously any exception was replaced with a KeyError exception.
Lib/test/test_re.py
Lib/test/test_unicode.py
Misc/NEWS.d/next/Core and Builtins/2017-07-21-07-39-05.bpo-30978.f0jODc.rst [new file with mode: 0644]
Objects/stringlib/unicode_format.h