https://github.com/python/cpython
Revision db31a35aa943cb4267363fdf26e6c3a0a2f0f5ea authored by Eric Smith on 04 November 2010, 17:11:57 UTC, committed by Eric Smith on 04 November 2010, 17:11:57 UTC
........
  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.
........
1 parent e20ef09
History
Tip revision: db31a35aa943cb4267363fdf26e6c3a0a2f0f5ea authored by Eric Smith on 04 November 2010, 17:11:57 UTC
Blocked revisions 86170 via svnmerge
Tip revision: db31a35
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
RISCOS
Tools
.bzrignore -rw-r--r-- 493 bytes
.hgignore -rw-r--r-- 705 bytes
.hgtags -rw-r--r-- 4.1 KB
LICENSE -rw-r--r-- 13.9 KB
Makefile.pre.in -rw-r--r-- 39.8 KB
README -rw-r--r-- 52.5 KB
configure -rwxr-xr-x 395.5 KB
configure.in -rw-r--r-- 122.9 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 33.4 KB
setup.py -rw-r--r-- 87.3 KB

README

back to top