[issue27363] Complex numbers with negative zero parts do not roundtrip properly

2016-08-23 Thread Vedran Čačić
Vedran Čačić added the comment: Since I'm so happy with Fraction being fixed, I'll agree here. :-) -- ___ Python tracker ___ ___ Pytho

[issue27363] Complex numbers with negative zero parts do not roundtrip properly

2016-08-23 Thread Mark Dickinson
Mark Dickinson added the comment: > Unfortunately, as http://bugs.python.org/issue23229#msg233965 shows, Guido is > against changing complex.__repr__. Good catch! I think that means we should close this issue. The current behaviour isn't actually wrong; it's just a compromise between lots of

[issue27363] Complex numbers with negative zero parts do not roundtrip properly

2016-08-23 Thread Vedran Čačić
Vedran Čačić added the comment: Unfortunately, as http://bugs.python.org/issue23229#msg233965 shows, Guido is against changing complex.__repr__. Is there any chance someone could show this discussion to him, to show how it would help and try to change his mind? -- ___

[issue27363] Complex numbers with negative zero parts do not roundtrip properly

2016-07-02 Thread ppperry
Changes by ppperry : -- title: Complex numbers with negative zero imaginary parts do not roundtrip properly -> Complex numbers with negative zero parts do not roundtrip properly ___ Python tracker