[Python-checkins] cpython (3.4): IOError -> OSError

andrew.svetlov python-checkins at python.org
Mon Mar 31 23:45:24 CEST 2014


http://hg.python.org/cpython/rev/de476c612548
changeset:   90080:de476c612548
branch:      3.4
parent:      90078:f507727c5dd2
user:        Andrew Svetlov <andrew.svetlov at gmail.com>
date:        Tue Apr 01 00:44:13 2014 +0300
summary:
  IOError -> OSError

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


diff --git a/Doc/library/exceptions.rst b/Doc/library/exceptions.rst
--- a/Doc/library/exceptions.rst
+++ b/Doc/library/exceptions.rst
@@ -82,7 +82,7 @@
    .. attribute:: args
 
       The tuple of arguments given to the exception constructor.  Some built-in
-      exceptions (like :exc:`IOError`) expect a certain number of arguments and
+      exceptions (like :exc:`OSError`) expect a certain number of arguments and
       assign a special meaning to the elements of this tuple, while others are
       usually called only with a single string giving an error message.
 

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


More information about the Python-checkins mailing list