commit | 112ec38c15b388fe025ccb85369a584d218b1160 | [log] [tgz] |
---|---|---|
author | Mark Dickinson <mdickinson@enthought.com> | Mon Feb 20 20:28:15 2017 +0000 |
committer | GitHub <noreply@github.com> | Mon Feb 20 20:28:15 2017 +0000 |
tree | 411b56a68f3900436949eb6ce1a49a8f6c035826 | |
parent | 1b8df107f867fb05ff39ebee7c55f0a907e7ad5f [diff] |
bpo-29602: fix signed zero handling in complex constructor. (#203) * Fix incorrect handling of signed zeros for complex-related classes. * Add Misc/NEWS entry.