Skip to content

Commit e954604

Browse files
author
danicampora
committed
docs: Add remark about ssl sockets and standard sockets.
1 parent fe08e3a commit e954604

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/library/ussl.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ Functions
4646
ss = ssl.wrap_socket(s, cert_reqs=ssl.CERT_REQUIRED, ca_certs='/flash/cert/ca.pem')
4747
ss.connect(socket.getaddrinfo('cloud.blynk.cc', 8441)[0][4])
4848

49+
SSL sockets inherit all methods and from the standard sockets, see the :mod:`usocket` module.
50+
4951
Exceptions
5052
----------
5153

0 commit comments

Comments
 (0)