]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove reference to 3.7 and 3.8 backports. (GH-20754)
authorStefan Krah <skrah@bytereef.org>
Tue, 9 Jun 2020 08:27:45 +0000 (10:27 +0200)
committerGitHub <noreply@github.com>
Tue, 9 Jun 2020 08:27:45 +0000 (10:27 +0200)
Doc/library/decimal.rst

index 69a20fca17898abbc6f7a81dfc7ba5ab85cbb2c1..38ad04177c5e894e744af6b41c8a58b6d09db643 100644 (file)
@@ -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.