diff options
author | Eric Smith <eric@trueblade.com> | 2010-02-23 00:37:54 (GMT) |
---|---|---|
committer | Eric Smith <eric@trueblade.com> | 2010-02-23 00:37:54 (GMT) |
commit | 53f2f2eb053a8ad76f9147bbee771b615457445a (patch) | |
tree | 47cc8c1a57212b6e746cf2e3ebc6ff6405263d4d /Misc | |
parent | 54e14f227d44aeefe86d59739ee377a1c06d5ca3 (diff) | |
download | cpython-53f2f2eb053a8ad76f9147bbee771b615457445a.zip cpython-53f2f2eb053a8ad76f9147bbee771b615457445a.tar.gz cpython-53f2f2eb053a8ad76f9147bbee771b615457445a.tar.bz2 |
Merged revisions 78350 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r78350 | eric.smith | 2010-02-22 19:22:24 -0500 (Mon, 22 Feb 2010) | 9 lines
Merged revisions 78349 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r78349 | eric.smith | 2010-02-22 19:11:16 -0500 (Mon, 22 Feb 2010) | 1 line
Issue #6902: Fix problem with built-in types format incorrectly with 0 padding.
........
................
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -12,6 +12,10 @@ What's New in Python 3.1.2? Core and Builtins ----------------- +======= +- Issue #6902: Fix problem with built-in types format incorrectly with + 0 padding. + - Issue #7988: Fix default alignment to be right aligned for complex.__format__. Now it matches other numeric types. |