Serhiy Storchaka added the comment: Agree with Raymond.
float.is_integer(x) is more efficient than x==int(x), but is this method used anywhere at all? It was added as a part of issue2224. ---------- nosy: +christian.heimes, serhiy.storchaka _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue26680> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com