Rename connection class level socket attribute to _sock.
This matches the renaming done in 93297cc5af.
This commit is contained in:
@@ -522,7 +522,7 @@ class Connection(object):
|
||||
connect().
|
||||
"""
|
||||
|
||||
socket = None
|
||||
_sock = None
|
||||
_auth_plugin_name = ''
|
||||
|
||||
def __init__(self, host=None, user=None, password="",
|
||||
|
||||
Reference in New Issue
Block a user