diff options
author | Stefan Krah <skrah@bytereef.org> | 2020-02-29 21:39:23 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-29 21:39:23 (GMT) |
commit | 0b0d29fce568e61e0d7d9f4a362e6dbf1e7fb80a (patch) | |
tree | 4a9061fe347360ed9beb2351cda119d190f1a62a | |
parent | 5e260e0fde211829fcb67060cfd602f4b679f802 (diff) | |
download | cpython-0b0d29fce568e61e0d7d9f4a362e6dbf1e7fb80a.zip cpython-0b0d29fce568e61e0d7d9f4a362e6dbf1e7fb80a.tar.gz cpython-0b0d29fce568e61e0d7d9f4a362e6dbf1e7fb80a.tar.bz2 |
Mention backports (GH-18715)
-rw-r--r-- | Doc/library/decimal.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/decimal.rst b/Doc/library/decimal.rst index 9e31781..69a20fc 100644 --- a/Doc/library/decimal.rst +++ b/Doc/library/decimal.rst @@ -1485,7 +1485,7 @@ are also included in the pure Python version for compatibility. the C version uses a thread-local rather than a coroutine-local context and the value is ``False``. This is slightly faster in some nested context scenarios. -.. versionadded:: 3.9 +.. versionadded:: 3.9 backported to 3.7 and 3.8. Rounding modes |