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 Austin Bingham, christian.heimes, facundobatista, mark.dickinson, rhettinger, robert_smallshire, serhiy.storchaka, skrah, tim.peters
Date 2018-03-12.17:49:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1520876993.7.0.467229070634.issue26680@psf.upfronthosting.co.za>
In-reply-to
Content
float.is_integer() was added 6f34109384f3a78d5f4f8bdd418a89caca19631e (unfortunately no issue number for looking at the discussion preceded it). I don't know reasons. The same changeset added implementations of complex.is_finite(), int.is_finite(), long.is_finite(), float.is_inf() and float.is_nan(), but they were disabled by default (they are still a dead code in sources). The same changeset added well known functions math.isinf(), math.isnan(), cmath.isinf() and cmath.isnan().
History
Date User Action Args
2018-03-12 17:49:53serhiy.storchakasetrecipients: + serhiy.storchaka, tim.peters, rhettinger, facundobatista, mark.dickinson, christian.heimes, skrah, robert_smallshire, Austin Bingham
2018-03-12 17:49:53serhiy.storchakasetmessageid: <1520876993.7.0.467229070634.issue26680@psf.upfronthosting.co.za>
2018-03-12 17:49:53serhiy.storchakalinkissue26680 messages
2018-03-12 17:49:53serhiy.storchakacreate