This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients christian.heimes, facundobatista, mark.dickinson, rhettinger, robert_smallshire, serhiy.storchaka, skrah
Date 2016-04-01.04:49:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1459486177.27.0.586943123943.issue26680@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-04-01 04:49:37serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, facundobatista, mark.dickinson, christian.heimes, skrah, robert_smallshire
2016-04-01 04:49:37serhiy.storchakasetmessageid: <1459486177.27.0.586943123943.issue26680@psf.upfronthosting.co.za>
2016-04-01 04:49:37serhiy.storchakalinkissue26680 messages
2016-04-01 04:49:37serhiy.storchakacreate