mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
#5268: mention VMSError.
This commit is contained in:
parent
0ac63f1c50
commit
580d7c1f57
1 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue