Files
cpython/Lib
Mark Dickinson aad57bd1bb Merged revisions 83400 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83400 | mark.dickinson | 2010-08-01 11:41:49 +0100 (Sun, 01 Aug 2010) | 7 lines

  Issue #9416: Fix some issues with complex formatting where the
  output with no type specifier failed to match the str output:

    - format(complex(-0.0, 2.0), '-') omitted the real part from the output,
    - format(complex(0.0, 2.0), '-') included a sign and parentheses.
........
2010-08-01 10:45:15 +00:00
..
2010-07-03 13:53:45 +00:00
2010-06-22 18:09:02 +00:00
2010-04-11 20:39:28 +00:00
2010-04-03 15:45:59 +00:00
2010-04-04 23:23:22 +00:00
2010-06-27 11:24:15 +00:00
2010-04-04 21:45:01 +00:00
2010-05-05 22:41:25 +00:00
2010-06-03 21:21:03 +00:00
2010-06-22 18:09:02 +00:00
2010-06-22 09:18:28 +00:00
2010-07-24 02:51:49 +00:00