From: Victor Stinner Date: Fri, 13 Jun 2014 12:58:48 +0000 (+0200) Subject: Issue #16136: VMSError is done, bye bye VMS X-Git-Tag: v3.4.2rc1~399 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b2788fe854173b6b213010a7462c05594d703c06;p=thirdparty%2FPython%2Fcpython.git Issue #16136: VMSError is done, bye bye VMS --- diff --git a/Doc/library/exceptions.rst b/Doc/library/exceptions.rst index 45a6b1b5d5eb..d2c2ef45976b 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.