summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-06-13 12:58:48 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2014-06-13 12:58:48 (GMT)
commitb2788fe854173b6b213010a7462c05594d703c06 (patch)
tree9bf12fcf36cadf92ad465deec5a8317ed0781538 /Doc
parent194bcaf4dc4a7cfcfd33ff90dd22178df28f78d7 (diff)
downloadcpython-b2788fe854173b6b213010a7462c05594d703c06.zip
cpython-b2788fe854173b6b213010a7462c05594d703c06.tar.gz
cpython-b2788fe854173b6b213010a7462c05594d703c06.tar.bz2
Issue #16136: VMSError is done, bye bye VMS
Diffstat (limited to 'Doc')
-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 45a6b1b..d2c2ef4 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.