diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2016-08-22 09:50:53 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2016-08-22 09:50:53 (GMT) |
commit | 844796530a21f2a8689f2b9e01035d4a64a95275 (patch) | |
tree | 1866b84a3126cf68b121447bdcd5cb118c4f7896 /Misc/NEWS | |
parent | 6afe85827c209b9d1e76a65ffdb7420b5f46ad3d (diff) | |
download | cpython-844796530a21f2a8689f2b9e01035d4a64a95275.zip cpython-844796530a21f2a8689f2b9e01035d4a64a95275.tar.gz cpython-844796530a21f2a8689f2b9e01035d4a64a95275.tar.bz2 |
Issue #27539: Fix unnormalised Fraction.__pow__ result for negative exponent and base. Thanks Vedran Čačić.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -46,6 +46,9 @@ Core and Builtins Library ------- +- Issue #27539: Fix unnormalised ``Fraction.__pow__`` result in the case + of negative exponent and negative base. + - Issue #21718: cursor.description is now available for queries using CTEs. - Issue #2466: posixpath.ismount now correctly recognizes mount points which |