8000 bpo-32968: Modulo and floor division involving Fraction and float should return float by elias6 · Pull Request #5956 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-32968: Modulo and floor division involving Fraction and float should return float #5956

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Aug 27, 2018
Prev Previous commit
Next Next commit
Blurb for bpo-32968
  • Loading branch information
elias6 committed Mar 1, 2018
commit db3c797cb1c4976c6f82afdcf0b4468d9b7a7f0c
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fraction modulo infinity should behave consistently with other numbers
0