Files
cpython/Lib
Sebastian Berg 427c84f13f bpo-39274: Ensure Fraction.__bool__() returns a bool (GH-18017)
Some numerator types used (specifically NumPy) decides to not
return a Python boolean for the "a != b" operation. Using the equivalent
call to bool() guarantees a bool return also for such types.
2020-02-06 15:54:05 +01:00
..
2020-01-24 22:05:07 +01:00
2019-05-23 08:45:22 -07:00
2019-12-14 10:37:58 +00:00