We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe08e3a commit e954604Copy full SHA for e954604
docs/library/ussl.rst
@@ -46,6 +46,8 @@ Functions
46
ss = ssl.wrap_socket(s, cert_reqs=ssl.CERT_REQUIRED, ca_certs='/flash/cert/ca.pem')
47
ss.connect(socket.getaddrinfo('cloud.blynk.cc', 8441)[0][4])
48
49
+ SSL sockets inherit all methods and from the standard sockets, see the :mod:`usocket` module.
50
+
51
Exceptions
52
----------
53
0 commit comments