Remove remaining references to OverflowWarning.

This commit is contained in:
Georg Brandl 2006-07-05 08:21:00 +00:00
parent b4a6a566ff
commit aa1919d2b0
2 changed files with 1 additions and 2 deletions

View file

@ -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

View file

@ -1135,7 +1135,6 @@ Exception>
DeprecationWarning
PendingDeprecationWarning
SyntaxWarning
OverflowWarning
RuntimeWarning
FutureWarning