[Python-checkins] r46197 - python/branches/sreifschneider-newnewexcept/Lib/test/exception_hierarchy.txt

sean.reifschneider python-checkins at python.org
Wed May 24 20:50:41 CEST 2006


Author: sean.reifschneider
Date: Wed May 24 20:50:41 2006
New Revision: 46197

Modified:
   python/branches/sreifschneider-newnewexcept/Lib/test/exception_hierarchy.txt
Log:
Adding VMSError to the exception_heirarchy documentation.


Modified: python/branches/sreifschneider-newnewexcept/Lib/test/exception_hierarchy.txt
==============================================================================
--- python/branches/sreifschneider-newnewexcept/Lib/test/exception_hierarchy.txt	(original)
+++ python/branches/sreifschneider-newnewexcept/Lib/test/exception_hierarchy.txt	Wed May 24 20:50:41 2006
@@ -15,6 +15,7 @@
       |    |    +-- IOError
       |    |    +-- OSError
       |    |         +-- WindowsError (Windows)
+      |    |         +-- VMSError (VMS)
       |    +-- EOFError
       |    +-- ImportError
       |    +-- LookupError


More information about the Python-checkins mailing list