Skip to content

Commit 2f64ce1

Browse files
authored
Merge pull request #286 from python/master
Mention backports (pythonGH-18715)
2 parents ab76809 + 0b0d29f commit 2f64ce1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/decimal.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1485,7 +1485,7 @@ are also included in the pure Python version for compatibility.
14851485
the C version uses a thread-local rather than a coroutine-local context and the value
14861486
is ``False``. This is slightly faster in some nested context scenarios.
14871487

1488-
.. versionadded:: 3.9
1488+
.. versionadded:: 3.9 backported to 3.7 and 3.8.
14891489

14901490

14911491
Rounding modes

0 commit comments

Comments
 (0)