[Python-checkins] r47234 - in python/trunk/Misc: Vim/python.vim cheatsheet

georg.brandl python-checkins at python.org
Wed Jul 5 10:21:01 CEST 2006


Author: georg.brandl
Date: Wed Jul  5 10:21:00 2006
New Revision: 47234

Modified:
   python/trunk/Misc/Vim/python.vim
   python/trunk/Misc/cheatsheet
Log:
Remove remaining references to OverflowWarning.



Modified: python/trunk/Misc/Vim/python.vim
==============================================================================
--- python/trunk/Misc/Vim/python.vim	(original)
+++ python/trunk/Misc/Vim/python.vim	Wed Jul  5 10:21:00 2006
@@ -85,7 +85,7 @@
   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

Modified: python/trunk/Misc/cheatsheet
==============================================================================
--- python/trunk/Misc/cheatsheet	(original)
+++ python/trunk/Misc/cheatsheet	Wed Jul  5 10:21:00 2006
@@ -1135,7 +1135,6 @@
               DeprecationWarning
               PendingDeprecationWarning
               SyntaxWarning
-              OverflowWarning
               RuntimeWarning
               FutureWarning
 


More information about the Python-checkins mailing list