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 eric.smith
Recipients barry, eric.smith, ezio.melotti, mrabarnett, rhettinger, serhiy.storchaka
Date 2015-12-07.13:31:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1449495081.81.0.182538966586.issue24454@psf.upfronthosting.co.za>
In-reply-to
Content
Here's the patch.

I added some more tests, including tests for ''.format_map(). I think the format_map() tests convince me that keeping None for non-matched groups makes sense.
History
Date User Action Args
2015-12-07 13:31:21eric.smithsetrecipients: + eric.smith, barry, rhettinger, ezio.melotti, mrabarnett, serhiy.storchaka
2015-12-07 13:31:21eric.smithsetmessageid: <1449495081.81.0.182538966586.issue24454@psf.upfronthosting.co.za>
2015-12-07 13:31:21eric.smithlinkissue24454 messages
2015-12-07 13:31:21eric.smithcreate