diff options
author | Eric Smith <eric@trueblade.com> | 2010-02-23 00:22:24 (GMT) |
---|---|---|
committer | Eric Smith <eric@trueblade.com> | 2010-02-23 00:22:24 (GMT) |
commit | abb28c62defddaef80d2748c318db93d6a6812bc (patch) | |
tree | da5a6b48b00049f5757be67f6f2ff4f94ba5518c /Misc | |
parent | b2ceb3ad9e30db522ee26fe340af18397c607c24 (diff) | |
download | cpython-abb28c62defddaef80d2748c318db93d6a6812bc.zip cpython-abb28c62defddaef80d2748c318db93d6a6812bc.tar.gz cpython-abb28c62defddaef80d2748c318db93d6a6812bc.tar.bz2 |
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.2 Alpha 1? 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. |