eric6/Documentation/Source/eric6.DebugClients.Python.AsyncFile.html

changeset 7846
4dfa18ef5acd
parent 7763
32d9af1cea79
child 7989
a21d673a8f99
diff -r a626d0212c4d -r 4dfa18ef5acd eric6/Documentation/Source/eric6.DebugClients.Python.AsyncFile.html
--- a/eric6/Documentation/Source/eric6.DebugClients.Python.AsyncFile.html	Sun Nov 29 14:10:50 2020 +0100
+++ b/eric6/Documentation/Source/eric6.DebugClients.Python.AsyncFile.html	Sun Nov 29 14:14:11 2020 +0100
@@ -199,7 +199,7 @@
 </p>
 <p>
         This method checks, if an operation is permitted according to
-        the mode of the file. If it is not, an IOError is raised.
+        the mode of the file. If it is not, an OSError is raised.
 </p>
 <dl>
 
@@ -210,7 +210,7 @@
 </dl>
 <dl>
 
-<dt>Raises <b>IOError</b>:</dt>
+<dt>Raises <b>OSError</b>:</dt>
 <dd>
 raised to indicate a bad file descriptor
 </dd>
@@ -485,10 +485,10 @@
 </dl>
 <dl>
 
-<dt>Raises <b>IOError</b>:</dt>
+<dt>Raises <b>OSError</b>:</dt>
 <dd>
 This method is not supported and always raises an
-        IOError.
+        OSError.
 </dd>
 </dl>
 <a NAME="AsyncFile.seekable" ID="AsyncFile.seekable"></a>
@@ -519,10 +519,10 @@
 </p>
 <dl>
 
-<dt>Raises <b>IOError</b>:</dt>
+<dt>Raises <b>OSError</b>:</dt>
 <dd>
 This method is not supported and always raises an
-        IOError.
+        OSError.
 </dd>
 </dl>
 <a NAME="AsyncFile.truncate" ID="AsyncFile.truncate"></a>
@@ -541,10 +541,10 @@
 </dl>
 <dl>
 
-<dt>Raises <b>IOError</b>:</dt>
+<dt>Raises <b>OSError</b>:</dt>
 <dd>
 This method is not supported and always raises an
-        IOError.
+        OSError.
 </dd>
 </dl>
 <a NAME="AsyncFile.writable" ID="AsyncFile.writable"></a>

eric ide

mercurial