commit | db31a35aa943cb4267363fdf26e6c3a0a2f0f5ea | [log] [tgz] |
---|---|---|
author | Eric Smith <eric@trueblade.com> | Thu Nov 04 17:11:57 2010 +0000 |
committer | Eric Smith <eric@trueblade.com> | Thu Nov 04 17:11:57 2010 +0000 |
tree | 28ca4ffc1161695afcfae0c6de4fa8cb6f5fb5e9 | |
parent | e20ef0938eb9cc991370060b265012c996157426 [diff] |
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. ........