From 2f153620010256b7fb0bd6d51fc7e4c308cc5c1f Mon Sep 17 00:00:00 2001 From: Stefan Krah Date: Tue, 9 Jun 2020 10:18:05 +0200 Subject: [PATCH] Remove reference to 3.7 and 3.8 backports. --- Doc/library/decimal.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/Doc/library/decimal.rst b/Doc/library/decimal.rst index 69a20fca17898a..38ad04177c5e89 100644 --- a/Doc/library/decimal.rst +++ b/Doc/library/decimal.rst @@ -2193,4 +2193,3 @@ are expected to be exact. .. [#] .. versionchanged:: 3.9 This approach now works for all exact results except for non-integer powers. - Also backported to 3.7 and 3.8.