summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2016-08-22 09:50:53 (GMT)
committerMark Dickinson <dickinsm@gmail.com>2016-08-22 09:50:53 (GMT)
commit844796530a21f2a8689f2b9e01035d4a64a95275 (patch)
tree1866b84a3126cf68b121447bdcd5cb118c4f7896 /Misc/NEWS
parent6afe85827c209b9d1e76a65ffdb7420b5f46ad3d (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 54cae1d..7530624 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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