From: Georg Brandl Date: Wed, 5 Jul 2006 08:21:00 +0000 (+0000) Subject: Remove remaining references to OverflowWarning. X-Git-Tag: v2.5b2~57 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aa1919d2b0f256529a992d4083f7a8012ca1c417;p=python Remove remaining references to OverflowWarning. --- diff --git a/Misc/Vim/python.vim b/Misc/Vim/python.vim index 1b81c62891..61d75e2ce2 100644 --- a/Misc/Vim/python.vim +++ b/Misc/Vim/python.vim @@ -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 diff --git a/Misc/cheatsheet b/Misc/cheatsheet index ce02a538c0..4b145ea570 100644 --- a/Misc/cheatsheet +++ b/Misc/cheatsheet @@ -1135,7 +1135,6 @@ Exception> DeprecationWarning PendingDeprecationWarning SyntaxWarning - OverflowWarning RuntimeWarning FutureWarning