]> granicus.if.org Git - python/commitdiff
Issue #16136: VMSError is done, bye bye VMS
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 13 Jun 2014 12:58:48 +0000 (14:58 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Fri, 13 Jun 2014 12:58:48 +0000 (14:58 +0200)
Doc/library/exceptions.rst

index 45a6b1b5d5ebac005f612c1e21c2d340f03985b3..d2c2ef45976bca28c7e8d7a8de9d37d3797aa4c7 100644 (file)
@@ -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.