From: Eric Smith Date: Thu, 4 Nov 2010 17:11:57 +0000 (+0000) Subject: Blocked revisions 86170 via svnmerge X-Git-Tag: v2.7.1rc1~57 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=db31a35aa943cb4267363fdf26e6c3a0a2f0f5ea;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 86170 via svnmerge ........ r86170 | eric.smith | 2010-11-04 13:06:58 -0400 (Thu, 04 Nov 2010) | 1 line Issue #6081: Add str.format_map. str.format_map(mapping) is similar to str.format(**mapping), except mapping does not get converted to a dict. ........ ---