mirror of
https://github.com/python/cpython.git
synced 2025-08-31 22:18:28 +00:00
Whitespace normalization.
This commit is contained in:
parent
301ab7f2d0
commit
a19a168ccc
7 changed files with 23 additions and 23 deletions
|
@ -63,7 +63,7 @@ if (sys.platform.lower().startswith("win")
|
|||
def ssl(sock, keyfile=None, certfile=None):
|
||||
if hasattr(sock, "_sock"):
|
||||
sock = sock._sock
|
||||
return _realsslcall(sock, keyfile, certfile)
|
||||
return _realsslcall(sock, keyfile, certfile)
|
||||
|
||||
|
||||
# WSA error codes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue