[Python-checkins] r83056 - peps/trunk/pep-3151.txt

antoine.pitrou python-checkins at python.org
Thu Jul 22 15:13:03 CEST 2010


Author: antoine.pitrou
Date: Thu Jul 22 15:13:03 2010
New Revision: 83056

Log:
Fixes



Modified:
   peps/trunk/pep-3151.txt

Modified: peps/trunk/pep-3151.txt
==============================================================================
--- peps/trunk/pep-3151.txt	(original)
+++ peps/trunk/pep-3151.txt	Thu Jul 22 15:13:03 2010
@@ -29,8 +29,8 @@
 
 This PEP proposes changes to a part of the exception hierarchy in
 order to better embody the qualities mentioned above: the errors
-related to operating system calls (OSError, IOError, select.error, and
-all their subclasses).
+related to operating system calls (OSError, IOError, mmap.error,
+select.error, and all their subclasses).
 
 
 Rationale
@@ -339,7 +339,7 @@
 
 This list assumes `Step 1`_ is accepted in full; the exception classes
 described above would all derive from the now unified exception type
-OSError.  It will need reworking if a partial version of step 1 is accepted
+IOError.  It will need reworking if a partial version of step 1 is accepted
 instead (again, see appendix A for the current distribution of errnos
 and exception types).
 


More information about the Python-checkins mailing list