Antoine Pitrou added the comment: FTR, a similar issue with regular floats:
>>> -0.0-0.0 -0.0 >>> (-0.0)-0.0 -0.0 >>> z = -0.0 >>> z - z 0.0 ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue22548> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com