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

antoine.pitrou python-checkins at python.org
Thu Jul 22 13:48:29 CEST 2010


Author: antoine.pitrou
Date: Thu Jul 22 13:48:29 2010
New Revision: 83050

Log:
The attribute is named winerror, not winerr



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 13:48:29 2010
@@ -240,7 +240,7 @@
 Exception attributes
 --------------------
 
-Coalescing WindowsError would mean the ``winerr`` attribute would be
+Coalescing WindowsError would mean the ``winerror`` attribute would be
 present on all platforms, just set to ``None`` if the platform
 isn't Windows.  Indeed, ``errno``, ``filename`` and ``strerror`` can all
 already be None, as is often the case when IOError is raised directly


More information about the Python-checkins mailing list