[Python-checkins] [python/cpython] c0b336: bpo-29602: fix signed zero handling in complex con...

GitHub noreply at github.com
Mon Feb 20 16:14:54 EST 2017


  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 (Mon, 20 Feb 2017)

  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.




More information about the Python-checkins mailing list