summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-06-13 12:55:47 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2014-06-13 12:55:47 (GMT)
commit583a0681898271f1184c883caf2f64590cec6d69 (patch)
treeb3ce03510d628a74fef255862d3de599eea6213a /Doc
parent9e82b17e9db4406efb6d8940ff11cfd4d9a8a23d (diff)
downloadcpython-583a0681898271f1184c883caf2f64590cec6d69.zip
cpython-583a0681898271f1184c883caf2f64590cec6d69.tar.gz
cpython-583a0681898271f1184c883caf2f64590cec6d69.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.