Kaydet (Commit) 41ce610d authored tarafından Benjamin Peterson's avatar Benjamin Peterson

merge 3.4

...@@ -25,8 +25,8 @@ if hasattr(os, 'SEEK_HOLE') : ...@@ -25,8 +25,8 @@ if hasattr(os, 'SEEK_HOLE') :
DEFAULT_BUFFER_SIZE = 8 * 1024 # bytes DEFAULT_BUFFER_SIZE = 8 * 1024 # bytes
# NOTE: Base classes defined here are registered with the "official" ABCs # 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 # defined in io.py. We don't use real inheritance though, because we don't want
# want to inherit the C implementations. # to inherit the C implementations.
# Rebind for compatibility # Rebind for compatibility
BlockingIOError = BlockingIOError BlockingIOError = BlockingIOError
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment