summaryrefslogtreecommitdiffstats
path: root/Doc/library/threading.rst
diff options
context:
space:
mode:
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2025-05-06 15:33:32 (GMT)
committerHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2025-05-06 15:33:52 (GMT)
commitb092705907c758d4f9742028652c9802f9f03dd3 (patch)
tree8e8c378696b7be57fc177723dbd7ee1624943d12 /Doc/library/threading.rst
parent5f01b00deae68c97823d568f863c5d42d959a05f (diff)
downloadcpython-3.14.0b1.zip
cpython-3.14.0b1.tar.gz
cpython-3.14.0b1.tar.bz2
Python 3.14.0b1v3.14.0b1
Diffstat (limited to 'Doc/library/threading.rst')
-rw-r--r--Doc/library/threading.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/threading.rst b/Doc/library/threading.rst
index de9ee42..249c0a5 100644
--- a/Doc/library/threading.rst
+++ b/Doc/library/threading.rst
@@ -561,7 +561,7 @@ since it is impossible to detect the termination of alien threads.
of :term:`Python finalization <interpreter shutdown>` :meth:`!join`
raises a :exc:`PythonFinalizationError`.
- .. versionchanged:: next
+ .. versionchanged:: 3.14
May raise :exc:`PythonFinalizationError`.