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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b2788fe854173b6b213010a7462c05594d703c06;p=python Issue #16136: VMSError is done, bye bye VMS --- diff --git a/Doc/library/exceptions.rst b/Doc/library/exceptions.rst index 45a6b1b5d5..d2c2ef4597 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.