On Sun, Oct 21, 2012 at 1:38 PM, Chris Angelico <[email protected]> wrote: > Python 2 (future directives aside) also required you to explicitly ask > for floating point. That was also changed in Python 3.
Er, should have said that I was referring to division here... incomplete information. Anyway. Py3 says that int/int --> float is acceptable, so float**float --> complex is equally plausible. ChrisA _______________________________________________ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
