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 serhiy.storchaka
Recipients Akuli, brett.cannon, eric.smith, ezio.melotti, rhettinger, serhiy.storchaka, vstinner
Date 2017-08-03.09:14:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501751650.39.0.3843286279.issue30978@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset f08b2be4416163e3d18b8d09891e7cda0d8a21d4 by Serhiy Storchaka in branch '3.6':
[3.6] bpo-30978: str.format_map() now passes key lookup exceptions through. (GH-2790) (#2992)
https://github.com/python/cpython/commit/f08b2be4416163e3d18b8d09891e7cda0d8a21d4
History
Date User Action Args
2017-08-03 09:14:10serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, rhettinger, vstinner, eric.smith, ezio.melotti, Akuli
2017-08-03 09:14:10serhiy.storchakasetmessageid: <1501751650.39.0.3843286279.issue30978@psf.upfronthosting.co.za>
2017-08-03 09:14:10serhiy.storchakalinkissue30978 messages
2017-08-03 09:14:10serhiy.storchakacreate