Files
cpython/Lib/test
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-06-23 20:29:26 +00:00
2010-04-16 21:55:10 +00:00
2010-06-22 20:32:02 +00:00
2010-06-28 15:41:06 +00:00
2010-06-22 09:18:28 +00:00
2010-05-15 17:48:55 +00:00
2010-05-06 14:11:23 +00:00
2010-06-29 07:37:25 +00:00