]> granicus.if.org Git - python/commit
Merged revisions 83400 via svnmerge from
authorMark Dickinson <dickinsm@gmail.com>
Sun, 1 Aug 2010 10:43:42 +0000 (10:43 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sun, 1 Aug 2010 10:43:42 +0000 (10:43 +0000)
commitfc070313ddc6868b3679ee8d8e59e2e6bfb12406
tree35384e656930603ac0562d77eef4bdc52338f984
parentea6ff81323a6e68c4ce3287011d7319993c66e57
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.
........
Lib/test/test_complex.py
Misc/NEWS
Objects/stringlib/formatter.h