mirror of
https://github.com/python/cpython.git
synced 2025-11-20 02:50:14 +00:00
Remove remaining references to OverflowWarning.
This commit is contained in:
parent
b4a6a566ff
commit
aa1919d2b0
2 changed files with 1 additions and 2 deletions
|
|
@ -85,7 +85,7 @@ if exists("python_highlight_exceptions")
|
|||
syn keyword pythonException LookupError OSError DeprecationWarning
|
||||
syn keyword pythonException UnicodeError UnicodeEncodeError
|
||||
syn keyword pythonException FloatingPointError ReferenceError NameError
|
||||
syn keyword pythonException OverflowWarning IOError SyntaxError
|
||||
syn keyword pythonException IOError SyntaxError
|
||||
syn keyword pythonException FutureWarning ImportWarning SystemExit
|
||||
syn keyword pythonException Exception EOFError StandardError ValueError
|
||||
syn keyword pythonException TabError KeyError ZeroDivisionError SystemError
|
||||
|
|
|
|||
|
|
@ -1135,7 +1135,6 @@ Exception>
|
|||
DeprecationWarning
|
||||
PendingDeprecationWarning
|
||||
SyntaxWarning
|
||||
OverflowWarning
|
||||
RuntimeWarning
|
||||
FutureWarning
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue