◐ Shell
clean mode source ↗

bpo-37819: Add Fraction.as_integer_ratio() by rhettinger · Pull Request #15212 · python/cpython

@rhettinger

gvanrossum

aeros

* The other methods spell fraction with a capital F.
* The word "original" doesn't make sense because the original
  fraction is reduced:
     Fraction(4, 6).as_integer_ratio() |-> (2, 3)

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Aug 11, 2019
(cherry picked from commit f03b4c8)

Co-authored-by: Raymond Hettinger <rhettinger@users.noreply.github.com>

rhettinger added a commit that referenced this pull request

Aug 11, 2019
(cherry picked from commit f03b4c8)

Co-authored-by: Raymond Hettinger <rhettinger@users.noreply.github.com>

@aeros aeros mentioned this pull request

Aug 19, 2019

lisroach pushed a commit to lisroach/cpython that referenced this pull request

Sep 10, 2019

DinoV pushed a commit to DinoV/cpython that referenced this pull request

Jan 14, 2020

websurfer5 pushed a commit to websurfer5/cpython that referenced this pull request

Jul 20, 2020