commit | 937491d1a9a327a782f3717fd1a0d4d9ad8fdc36 | [log] [tgz] |
---|---|---|
author | Eric Smith <eric@trueblade.com> | Wed Apr 22 17:04:27 2009 +0000 |
committer | Eric Smith <eric@trueblade.com> | Wed Apr 22 17:04:27 2009 +0000 |
tree | 9b4d0fb0e6424e3ceed042b4599169a46725db53 | |
parent | 4738470402eff47379672a45fa5eb447461b38a0 [diff] |
Merged revisions 71802 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r71802 | eric.smith | 2009-04-22 12:20:47 -0400 (Wed, 22 Apr 2009) | 1 line Fixed issue 5782: formatting with commas didn't work if no specifier type code was given. ........