commit | f32d4aceada4d220af21755ebfa6a81c389fbb9d | [log] [tgz] |
---|---|---|
author | Eric Smith <eric@trueblade.com> | Mon Feb 22 18:33:47 2010 +0000 |
committer | Eric Smith <eric@trueblade.com> | Mon Feb 22 18:33:47 2010 +0000 |
tree | 760a80ac7f915d8caf78f2bc0d1efe0ade36a2f8 | |
parent | 8f48f4c5f6372f4778c04f3246370ecb6caa991f [diff] [blame] |
Issue #7988: Fix default alignment to be right aligned for complex.__format__. Now it matches other numeric types.
diff --git a/Misc/NEWS b/Misc/NEWS index 9211137..560aa01 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,9 @@ Core and Builtins ----------------- +- Issue #7988: Fix default alignment to be right aligned for + complex.__format__. Now it matches other numeric types. + - Issue #5211: the complex type no longer uses implicit coercion in mixed-type binary arithmetic operations.