aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/progmodes/python.el')
-rw-r--r--lisp/progmodes/python.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index 4ff5e9d4878..ecbec18f518 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -785,6 +785,7 @@ sign in chained assignment."
785 "InterruptedError" "IsADirectoryError" "NotADirectoryError" 785 "InterruptedError" "IsADirectoryError" "NotADirectoryError"
786 "PermissionError" "ProcessLookupError" "RecursionError" 786 "PermissionError" "ProcessLookupError" "RecursionError"
787 "ResourceWarning" "StopAsyncIteration" "TimeoutError" 787 "ResourceWarning" "StopAsyncIteration" "TimeoutError"
788 "ExceptionGroup"
788 ;; OS specific 789 ;; OS specific
789 "VMSError" "WindowsError" 790 "VMSError" "WindowsError"
790 ) 791 )
@@ -1052,6 +1053,7 @@ It makes underscores and dots word constituent chars.")
1052 "InterruptedError" "IsADirectoryError" "NotADirectoryError" 1053 "InterruptedError" "IsADirectoryError" "NotADirectoryError"
1053 "PermissionError" "ProcessLookupError" "RecursionError" 1054 "PermissionError" "ProcessLookupError" "RecursionError"
1054 "ResourceWarning" "StopAsyncIteration" "TimeoutError" 1055 "ResourceWarning" "StopAsyncIteration" "TimeoutError"
1056 "ExceptionGroup"
1055 ;; OS specific 1057 ;; OS specific
1056 "VMSError" "WindowsError" 1058 "VMSError" "WindowsError"
1057 )) 1059 ))