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 skrah
Recipients christian.heimes, facundobatista, mark.dickinson, rhettinger, robert_smallshire, serhiy.storchaka, skrah
Date 2016-04-01.07:22:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1459495351.81.0.348140357792.issue26680@psf.upfronthosting.co.za>
In-reply-to
Content
is_integer() is very important for writing new functions. libmpdec has
it and it's used a lot inside mpdecimal.c.


In this case though I assume Robert needs it for duck typing.
History
Date User Action Args
2016-04-01 07:22:31skrahsetrecipients: + skrah, rhettinger, facundobatista, mark.dickinson, christian.heimes, serhiy.storchaka, robert_smallshire
2016-04-01 07:22:31skrahsetmessageid: <1459495351.81.0.348140357792.issue26680@psf.upfronthosting.co.za>
2016-04-01 07:22:31skrahlinkissue26680 messages
2016-04-01 07:22:31skrahcreate