diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2014-06-13 12:55:47 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2014-06-13 12:55:47 (GMT) |
commit | 583a0681898271f1184c883caf2f64590cec6d69 (patch) | |
tree | b3ce03510d628a74fef255862d3de599eea6213a /Doc | |
parent | 9e82b17e9db4406efb6d8940ff11cfd4d9a8a23d (diff) | |
download | cpython-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.rst | 4 |
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. |