From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 9 Jun 2020 08:35:58 +0000 (-0700) Subject: Remove reference to 3.7 and 3.8 backports. (GH-20754) (#20755) X-Git-Tag: v3.9.0b3~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1a819ca1877cebb79b9a889de497dc638b4cf635;p=thirdparty%2FPython%2Fcpython.git Remove reference to 3.7 and 3.8 backports. (GH-20754) (#20755) (cherry picked from commit 323188360d61875bd68688ef41711bade298af50) Authored-by: Stefan Krah --- diff --git a/Doc/library/decimal.rst b/Doc/library/decimal.rst index 69a20fca1789..38ad04177c5e 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.