diff --git a/doc/whatsnew/fragments/7767.breaking b/doc/whatsnew/fragments/7767.breaking new file mode 100644 index 0000000000..bbe9949572 --- /dev/null +++ b/doc/whatsnew/fragments/7767.breaking @@ -0,0 +1,4 @@ +Disables placed in a ``try`` block now apply to the ``except`` block. +Previously, they only happened to do so in the presence of an ``else`` clause. + +Refs #7767