commit | 4e260c5636d5dac66d72b869bb21b2010e278fc9 | [log] [tgz] |
---|---|---|
author | Eric Smith <eric@trueblade.com> | Mon Feb 22 18:54:44 2010 +0000 |
committer | Eric Smith <eric@trueblade.com> | Mon Feb 22 18:54:44 2010 +0000 |
tree | 024492e10b06464e82485b36f7b91d194e3ebbf3 | |
parent | ac0b889e82e01740aaee788868afe7724cb141fd [diff] |
Merged revisions 78329 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r78329 | eric.smith | 2010-02-22 13:33:47 -0500 (Mon, 22 Feb 2010) | 1 line Issue #7988: Fix default alignment to be right aligned for complex.__format__. Now it matches other numeric types. ........