Kaydet (Commit) aa1919d2 authored tarafından Georg Brandl's avatar Georg Brandl

Remove remaining references to OverflowWarning.

üst b4a6a566
...@@ -85,7 +85,7 @@ if exists("python_highlight_exceptions") ...@@ -85,7 +85,7 @@ if exists("python_highlight_exceptions")
syn keyword pythonException LookupError OSError DeprecationWarning syn keyword pythonException LookupError OSError DeprecationWarning
syn keyword pythonException UnicodeError UnicodeEncodeError syn keyword pythonException UnicodeError UnicodeEncodeError
syn keyword pythonException FloatingPointError ReferenceError NameError 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 FutureWarning ImportWarning SystemExit
syn keyword pythonException Exception EOFError StandardError ValueError syn keyword pythonException Exception EOFError StandardError ValueError
syn keyword pythonException TabError KeyError ZeroDivisionError SystemError syn keyword pythonException TabError KeyError ZeroDivisionError SystemError
......
...@@ -1135,7 +1135,6 @@ Exception> ...@@ -1135,7 +1135,6 @@ Exception>
DeprecationWarning DeprecationWarning
PendingDeprecationWarning PendingDeprecationWarning
SyntaxWarning SyntaxWarning
OverflowWarning
RuntimeWarning RuntimeWarning
FutureWarning FutureWarning
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment