Commit 57822e8a authored by Denis Bilenko's avatar Denis Bilenko

socket: remove 'is_secure' property

parent 4704731f
......@@ -219,7 +219,6 @@ _delegate_methods = ("recv", "recvfrom", "recv_into", "recvfrom_into", "send", "
timeout_default = object()
class socket(object):
is_secure = False # XXX remove this
def __init__(self, family=AF_INET, type=SOCK_STREAM, proto=0, _sock=None):
if _sock is None:
......
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