]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #27539: Fix unnormalised Fraction.__pow__ result for negative exponent and...
authorMark Dickinson <dickinsm@gmail.com>
Mon, 22 Aug 2016 09:50:53 +0000 (10:50 +0100)
committerMark Dickinson <dickinsm@gmail.com>
Mon, 22 Aug 2016 09:50:53 +0000 (10:50 +0100)
commit844796530a21f2a8689f2b9e01035d4a64a95275
tree1866b84a3126cf68b121447bdcd5cb118c4f7896
parent6afe85827c209b9d1e76a65ffdb7420b5f46ad3d
Issue #27539: Fix unnormalised Fraction.__pow__ result for negative exponent and base. Thanks Vedran Čačić.
Lib/fractions.py
Lib/test/test_fractions.py
Misc/ACKS
Misc/NEWS