diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-03-25 16:39:18 +0200 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-03-25 16:39:18 +0200 |
commit | e589cddcd4435bb5e358aa2201c0210b8e2cfd2d (patch) | |
tree | bedca06c5beb307136c74cfd6510f8f30d30a80f | |
parent | 6e6488530e0b7fba75a2246c5894cbb97b94a25e (diff) | |
download | micropython-e589cddcd4435bb5e358aa2201c0210b8e2cfd2d.tar.gz micropython-e589cddcd4435bb5e358aa2201c0210b8e2cfd2d.zip |
docs/esp: Remove getaddrinfo(), now in socket module as expected.
-rw-r--r-- | docs/library/esp.rst | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/library/esp.rst b/docs/library/esp.rst index 3411067e24..959bba064a 100644 --- a/docs/library/esp.rst +++ b/docs/library/esp.rst @@ -17,14 +17,6 @@ Functions If the ``address`` parameter is provided, sets the address to its value. If the function is called wihout parameters, returns the current address. -.. function:: getaddrinfo((hostname, port, lambda)) - - Initiate resolving of the given hostname. - - When the hostname is resolved, the provided ``lambda`` callback will be - called with two arguments, first being the hostname being resolved, - second a tuple with information about that hostname. - .. function:: wifi_mode([mode]) Get or set the wireless network operating mode. |