docs/usocket: Socket-specific exceptions are for WiPy only.

This commit is contained in:
Paul Sokolovsky 2016-04-23 00:17:09 +03:00
parent 71c6f93016
commit 955b8526f4
1 changed files with 6 additions and 4 deletions

View File

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