mirror of
https://github.com/python/cpython.git
synced 2025-08-30 05:35:08 +00:00
Whitespace normalization, via reindent.py.
This commit is contained in:
parent
e6ddc8b20b
commit
182b5aca27
453 changed files with 31318 additions and 31452 deletions
|
@ -268,7 +268,7 @@ class dispatcher:
|
|||
reuse_constant = socket.SO_EXCLUSIVEADDRUSE
|
||||
else:
|
||||
reuse_constant = socket.SO_REUSEADDR
|
||||
|
||||
|
||||
self.socket.setsockopt(
|
||||
socket.SOL_SOCKET, reuse_constant,
|
||||
self.socket.getsockopt(socket.SOL_SOCKET,
|
||||
|
@ -276,7 +276,7 @@ class dispatcher:
|
|||
)
|
||||
except socket.error:
|
||||
pass
|
||||
|
||||
|
||||
# ==================================================
|
||||
# predicates for select()
|
||||
# these are used as filters for the lists of sockets
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue