]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove reference to 3.7 and 3.8 backports. (GH-20754) (#20755)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 9 Jun 2020 08:35:58 +0000 (01:35 -0700)
committerGitHub <noreply@github.com>
Tue, 9 Jun 2020 08:35:58 +0000 (10:35 +0200)
(cherry picked from commit 323188360d61875bd68688ef41711bade298af50)

Authored-by: Stefan Krah <skrah@bytereef.org>
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.