Message350245
[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. |
|
| Date |
User |
Action |
Args |
| 2019-08-23 02:14:53 | rhettinger | set | recipients:
+ rhettinger, mark.dickinson, steven.daprano, serhiy.storchaka, jdemeyer |
| 2019-08-23 02:14:53 | rhettinger | set | messageid: <[email protected]> |
| 2019-08-23 02:14:53 | rhettinger | link | issue37884 messages |
| 2019-08-23 02:14:53 | rhettinger | create | |
|