summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2025-08-14 11:11:55 (GMT)
committerThomas Wouters <thomas@python.org>2025-08-14 11:12:11 (GMT)
commitbcee1c322115c581da27600f2ae55e5439c027eb (patch)
tree4f69e4f45d69cf93cf18d65d36eabd60e238b6c8 /Lib
parentd22276dc7d907d868f59e7b65f9d1c1af80bdfbe (diff)
downloadcpython-3.13.7.zip
cpython-3.13.7.tar.gz
cpython-3.13.7.tar.bz2
Python 3.13.7v3.13.7
Diffstat (limited to 'Lib')
-rw-r--r--Lib/pydoc_data/topics.py8
1 files changed, 5 insertions, 3 deletions
diff --git a/Lib/pydoc_data/topics.py b/Lib/pydoc_data/topics.py
index b5a9148..78134e8 100644
--- a/Lib/pydoc_data/topics.py
+++ b/Lib/pydoc_data/topics.py
@@ -1,4 +1,4 @@
-# Autogenerated by Sphinx on Wed Aug 6 15:05:15 2025
+# Autogenerated by Sphinx on Thu Aug 14 13:12:07 2025
# as part of the release process.
topics = {
@@ -1907,7 +1907,8 @@ An "except*" clause must have a matching expression; it cannot be
group types, because that would have ambiguous semantics.
It is not possible to mix "except" and "except*" in the same "try".
-"break", "continue" and "return" cannot appear in an "except*" clause.
+The "break", "continue", and "return" statements cannot appear in an
+"except*" clause.
"else" clause
@@ -10109,7 +10110,8 @@ An "except*" clause must have a matching expression; it cannot be
group types, because that would have ambiguous semantics.
It is not possible to mix "except" and "except*" in the same "try".
-"break", "continue" and "return" cannot appear in an "except*" clause.
+The "break", "continue", and "return" statements cannot appear in an
+"except*" clause.
"else" clause