commit | 323188360d61875bd68688ef41711bade298af50 | [log] [tgz] |
---|---|---|
author | Stefan Krah <skrah@bytereef.org> | Tue Jun 09 10:27:45 2020 +0200 |
committer | GitHub <noreply@github.com> | Tue Jun 09 10:27:45 2020 +0200 |
tree | 32cffb80649d3d6bfc4672089996d786072b508e | |
parent | 0a40849eb99a0357113bff10434ec6605e3ae96b [diff] |
Remove reference to 3.7 and 3.8 backports. (GH-20754)
diff --git a/Doc/library/decimal.rst b/Doc/library/decimal.rst index 69a20fc..38ad041 100644 --- a/Doc/library/decimal.rst +++ b/Doc/library/decimal.rst
@@ -2193,4 +2193,3 @@ .. [#] .. versionchanged:: 3.9 This approach now works for all exact results except for non-integer powers. - Also backported to 3.7 and 3.8.