docs: Add remark about ssl sockets and standard sockets.

This commit is contained in:
danicampora 2015-10-21 22:52:36 +02:00
parent fe08e3a54f
commit e954604ae0
1 changed files with 2 additions and 0 deletions

View File

@ -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
----------