From b2788fe854173b6b213010a7462c05594d703c06 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Fri, 13 Jun 2014 14:58:48 +0200 Subject: Issue #16136: VMSError is done, bye bye VMS --- Doc/library/exceptions.rst | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Doc/library/exceptions.rst') 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. -- cgit v1.2.1