-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Keep message lines from expected files that are not emitted by the cu…
…rrent Python version when regenerating files.
- Loading branch information
1 parent
160c7c2
commit add103d
Showing
2 changed files
with
64 additions
and
38 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 |
---|---|---|
@@ -1,4 1,4 @@ | ||
unpacking-in-except:7:new_style:Implicit unpacking of exceptions is not supported in Python 3 | ||
unpacking-in-except:10:new_style:Implicit unpacking of exceptions is not supported in Python 3 | ||
redefine-in-handler:10:new_style:Redefining name 'new_style' from outer scope (line 3) in exception handler | ||
redefine-in-handler:10:new_style:Redefining name 'tuple' from builtins in exception handler | ||
unpacking-in-except:10:new_style:Implicit unpacking of exceptions is not supported in Python 3 |
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