From: Benjamin Peterson Date: Thu, 19 Mar 2015 02:35:38 +0000 (-0500) Subject: wrap properly X-Git-Tag: v3.5.0a3~134^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=86fdbf3152f2c19c483da5cce4b4d74539d1407b;p=thirdparty%2FPython%2Fcpython.git wrap properly --- diff --git a/Lib/_pyio.py b/Lib/_pyio.py index 577b6003b597..09aa78decd2e 100644 --- a/Lib/_pyio.py +++ b/Lib/_pyio.py @@ -24,8 +24,8 @@ if hasattr(os, 'SEEK_HOLE') : DEFAULT_BUFFER_SIZE = 8 * 1024 # bytes # NOTE: Base classes defined here are registered with the "official" ABCs -# defined in io.py. We don't use real inheritance though, because we don't -# want to inherit the C implementations. +# defined in io.py. We don't use real inheritance though, because we don't want +# to inherit the C implementations. # Rebind for compatibility BlockingIOError = BlockingIOError