docs: Add remark about ssl sockets and standard sockets.

pull/1517/merge
danicampora 2015-10-21 22:52:36 +02:00
rodzic fe08e3a54f
commit e954604ae0
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -46,6 +46,8 @@ Functions
ss = ssl.wrap_socket(s, cert_reqs=ssl.CERT_REQUIRED, ca_certs='/flash/cert/ca.pem')
ss.connect(socket.getaddrinfo('cloud.blynk.cc', 8441)[0][4])
SSL sockets inherit all methods and from the standard sockets, see the :mod:`usocket` module.
Exceptions
----------