forked from micropython/micropython
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
cpython apimodules from cpythonmodules from cpythonenhancementespressifapplies to multiple Espressif chipsapplies to multiple Espressif chipsnetwork
Milestone
Description
Documentation includes:
socket.getaddrinfo(host: str, port: int) → Tuple[int, int, int, str, str]
Gets the address information for a hostname and port
Returns the appropriate family, socket type, socket protocol and address information to call socket.socket() and socket.connect() with, as a tuple.
But it has not been implemented on the esp32-s2 port. Just wanted to insert this as a reminder.
Metadata
Metadata
Assignees
Labels
cpython apimodules from cpythonmodules from cpythonenhancementespressifapplies to multiple Espressif chipsapplies to multiple Espressif chipsnetwork