docs/usocket: Socket-specific exceptions are for WiPy only.
This commit is contained in:
parent
71c6f93016
commit
955b8526f4
|
@ -42,11 +42,13 @@ Functions
|
|||
s = socket.socket()
|
||||
s.connect(socket.getaddrinfo('www.micropython.org', 80)[0][4])
|
||||
|
||||
Exceptions
|
||||
----------
|
||||
.. only:: port_wipy
|
||||
|
||||
.. data:: socket.error
|
||||
.. data:: socket.timeout
|
||||
Exceptions
|
||||
----------
|
||||
|
||||
.. data:: socket.error
|
||||
.. data:: socket.timeout
|
||||
|
||||
Constants
|
||||
---------
|
||||
|
|
Loading…
Reference in New Issue