Issue #16136: VMSError is done, bye bye VMS · python/cpython@b2788fe (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit b2788fe
Issue #16136: VMSError is done, bye bye VMS
File tree
1 file changed
lines changed
1 file changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -457,10 +457,6 @@ starting from Python 3.3, they are aliases of :exc:`OSError`. | ||
457 | 457 | |
458 | 458 | .. exception:: IOError |
459 | 459 | |
460 | -.. exception:: VMSError | |
461 | - | |
462 | - Only available on VMS. | |
463 | - | |
464 | 460 | .. exception:: WindowsError |
465 | 461 | |
466 | 462 | Only available on Windows. |