Raymond Hettinger <[email protected]> added the comment:
Guido, do you have any thoughts on this? Basically, it's a choice between giving round() a weird signature (sometimes returning floats and sometimes int/longs) versus having accurate roundings of integers (which become unrepresentable when divided by powers of 10.0). ---------- assignee: -> gvanrossum nosy: +gvanrossum _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue4707> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
