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 rhettinger
Recipients jdemeyer, mark.dickinson, rhettinger, serhiy.storchaka, steven.daprano
Date 2019-08-23.02:14:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
[Mark]
> I'm with Raymond here; I don't think this change is 
> desirable for the math module, either with or without 
> the leading underscore in the name.

[Jeroen]
> May I propose PR 15327 as alternative?

I'll take a look soonish.  Since it has its own BPO, I'll go ahead and close this.

FWIW, the entire point of us having recently added as_integer_ratio() methods to so many concrete classes is to avoid the need for helper functions in favor of a simple try/except around a single call.  Please don't try to code around that solution.
History
Date User Action Args
2019-08-23 02:14:53rhettingersetrecipients: + rhettinger, mark.dickinson, steven.daprano, serhiy.storchaka, jdemeyer
2019-08-23 02:14:53rhettingersetmessageid: <[email protected]>
2019-08-23 02:14:53rhettingerlinkissue37884 messages
2019-08-23 02:14:53rhettingercreate