summaryrefslogtreecommitdiff
path: root/Doc/library/exceptions.rst
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-06-13 14:58:48 +0200
committerVictor Stinner <victor.stinner@gmail.com>2014-06-13 14:58:48 +0200
commitb2788fe854173b6b213010a7462c05594d703c06 (patch)
tree9bf12fcf36cadf92ad465deec5a8317ed0781538 /Doc/library/exceptions.rst
parent194bcaf4dc4a7cfcfd33ff90dd22178df28f78d7 (diff)
downloadcpython-git-b2788fe854173b6b213010a7462c05594d703c06.tar.gz
Issue #16136: VMSError is done, bye bye VMS
Diffstat (limited to 'Doc/library/exceptions.rst')
-rw-r--r--Doc/library/exceptions.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/Doc/library/exceptions.rst b/Doc/library/exceptions.rst
index 45a6b1b5d5..d2c2ef4597 100644
--- a/Doc/library/exceptions.rst
+++ b/Doc/library/exceptions.rst
@@ -457,10 +457,6 @@ starting from Python 3.3, they are aliases of :exc:`OSError`.
.. exception:: IOError
-.. exception:: VMSError
-
- Only available on VMS.
-
.. exception:: WindowsError
Only available on Windows.