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-15.12:32:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1521117155.56.0.467229070634.issue26680@psf.upfronthosting.co.za>
In-reply-to
Content
If float.is_integer() is useful in numerical code please give me few examples.

I don't take your argument about mpd_as_integer() in the Decimal class. Decimal has a lot of methods which makes sense for Decimal.

>>> len(set(dir(decimal.Decimal)) - set(dir(numbers.Rational)))
55

Do you suggests to add all of them into the numeric tower?
History
Date User Action Args
2018-03-15 12:32:35serhiy.storchakasetrecipients: + serhiy.storchaka, tim.peters, rhettinger, facundobatista, mark.dickinson, christian.heimes, skrah, robert_smallshire, Austin Bingham
2018-03-15 12:32:35serhiy.storchakasetmessageid: <1521117155.56.0.467229070634.issue26680@psf.upfronthosting.co.za>
2018-03-15 12:32:35serhiy.storchakalinkissue26680 messages
2018-03-15 12:32:35serhiy.storchakacreate