SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 102 Python

Revert r82044, since it changed the semantics of negated imaginary literals.

Before r82044, '-7j' became complex(0.0, -7.0);  afterwards it was
complex(-0.0, -7.0).  See issue 9011.
M
Mark Dickinson committed
ce5b6c43bfbd1e016463c92f43c9075f64fafaa6
Parent: 881c1b4