mirror of https://github.com/python/cpython
#5268: mention VMSError.
This commit is contained in:
parent
0ac63f1c50
commit
580d7c1f57
|
@ -398,6 +398,11 @@ The following exceptions are the exceptions that are actually raised.
|
|||
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
|
||||
|
|
Loading…
Reference in New Issue