summaryrefslogtreecommitdiff
path: root/doc/whatsnew/fragments/8411.user_action
blob: 42f9c502ab57a29c489374d49954b978395b8c4c (plain)
1
2
3
4
5
6
7
The 'overgeneral-exceptions' option now only takes fully qualified name
into account (``builtins.Exception`` not ``Exception``). If you overrode
this option, you need to use the fully qualified name now.

There's still a warning, but it will be removed in 3.1.0.

Refs #8411