Branch: refs/heads/2.7 Home: https://github.com/python/cpython Commit: c0b336e0ada74b1242b9ef10c19eb87b0a21d106 https://github.com/python/cpython/commit/c0b336e0ada74b1242b9ef10c19eb87b0a21d106 Author: Mark Dickinson <mdickinson at enthought.com> Date: 2017年02月20日 (2017年2月20日) Changed paths: M Lib/test/test_complex.py M Misc/NEWS M Objects/complexobject.c Log Message: ----------- bpo-29602: fix signed zero handling in complex constructor (#204) * bpo-29602: fix signed zero handling in complex constructor * Add missing have_getformat definition; remove use of unittest subtests.