[Python-checkins] r69730 - python/trunk/Doc/library/exceptions.rst

georg.brandl python-checkins at python.org
Wed Feb 18 01:31:36 CET 2009


Author: georg.brandl
Date: Wed Feb 18 01:31:36 2009
New Revision: 69730

Log:
#5268: mention VMSError.


Modified:
   python/trunk/Doc/library/exceptions.rst

Modified: python/trunk/Doc/library/exceptions.rst
==============================================================================
--- python/trunk/Doc/library/exceptions.rst	(original)
+++ python/trunk/Doc/library/exceptions.rst	Wed Feb 18 01:31:36 2009
@@ -398,6 +398,11 @@
    more precise exception such as :exc:`IndexError`.
 
 
+.. exception:: VMSError
+
+   Only available on VMS.  Raised when a VMS-specific error occurs.
+
+
 .. exception:: WindowsError
 
    Raised when a Windows-specific error occurs or when the error number does not


More information about the Python-checkins mailing list