commit | 5e5c0db5d71039549c71fe766aa01ce65af350bc | [log] [tgz] |
---|---|---|
author | Eric Smith <eric@trueblade.com> | Fri Feb 20 14:25:03 2009 +0000 |
committer | Eric Smith <eric@trueblade.com> | Fri Feb 20 14:25:03 2009 +0000 |
tree | 65989c3dae76e4f3758fd15e291d58ca4ddd49a5 | |
parent | 247a9b87bd7ad5836b00e72212f9140f0faa5c9c [diff] |
Merged revisions 69806 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r69806 | eric.smith | 2009-02-20 09:02:36 -0500 (Fri, 20 Feb 2009) | 1 line Issue #5247: Improve error message when unknown format codes are used when using str.format() with str, int, and float arguments. ........