From 583a0681898271f1184c883caf2f64590cec6d69 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Fri, 13 Jun 2014 14:55:47 +0200 Subject: [PATCH] Issue #16136: VMSError is done, bye bye VMS --- Doc/library/exceptions.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Doc/library/exceptions.rst b/Doc/library/exceptions.rst index 45a6b1b5d5e..d2c2ef45976 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.