]> granicus.if.org Git - python/commit
Issue #1678380. Fix a bug that identifies 0j and -0j when they appear
authorMark Dickinson <dickinsm@gmail.com>
Thu, 31 Jan 2008 22:17:37 +0000 (22:17 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Thu, 31 Jan 2008 22:17:37 +0000 (22:17 +0000)
commit105be7725b88ecef826ac07392a4236bae934bf6
tree7975fc1a3f2b5f982c4ee87ddd360f53922c2d2e
parent2df20a3e0816537db68618cef0603e89773beac4
Issue #1678380.  Fix a bug that identifies 0j and -0j when they appear
in the same code unit. The fix is essentially the same as the fix for a
previous bug identifying 0. and -0.
Lib/test/test_complex.py
Misc/NEWS
Python/compile.c