On 2019-07-27 18:49, 'Mark Bell' via sage-devel wrote:
During Sage Days 100, I experienced an issue with Sage's Integers and
Rational not being compatible with Python's built in Fraction class.
This made me unable to run my Python code within Sage

It would be good to explain better exactly what kind of code you were running and why this is an issue for you.

I mentioned this issue to the Python devs and Guido van Rossum basically rejected the problem. He literally said "what real-world problem does that solve?" when talking about letting Python fractions interoperate with Sage fractions, see https://discuss.python.org/t/pep-3141-ratio-instead-of-numerator-denominator/2037/27?u=jdemeyer

If this would be a simple bugfix, I would dismiss Guido's comment as irrelevant. But in this case, there is no easy fix. Every proposed fix is somewhat backwards incompatible and can potentially break stuff. So we should only apply a fix if it will actually solve a real problem that people are encountering.

Jeroen.

--
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/5D474869.2040205%40UGent.be.

Reply via email to