-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[overgeneral-exceptions] Only handle qualified names (#8411)
* [overgeneral-exceptions] Only handle qualified names * fix changelog
- Loading branch information
1 parent
b2ab82a
commit 62889d4
Showing
2 changed files
with
19 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters