[Python-checkins] cpython: Issue #16136: VMSError is done, bye bye VMS

victor.stinner python-checkins at python.org
Fri Jun 13 14:56:09 CEST 2014


http://hg.python.org/cpython/rev/75b18ff66e41
changeset:   91151:75b18ff66e41
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Fri Jun 13 14:55:47 2014 +0200
summary:
  Issue #16136: VMSError is done, bye bye VMS

files:
  Doc/library/exceptions.rst |  4 ----
  1 files changed, 0 insertions(+), 4 deletions(-)


diff --git a/Doc/library/exceptions.rst b/Doc/library/exceptions.rst
--- a/Doc/library/exceptions.rst
+++ b/Doc/library/exceptions.rst
@@ -457,10 +457,6 @@
 
 .. exception:: IOError
 
-.. exception:: VMSError
-
-   Only available on VMS.
-
 .. exception:: WindowsError
 
    Only available on Windows.

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list