We are using the standard system calls for resolving host names. So we would need something like this to work:
python -c "import socket; socket.gethostbyname('www.google.com')"
I would assume that this would be some sort of machine configuration, not something that we would handle specially in our program.
We are using the standard system calls for resolving host names. So we would need something like this to work:
python -c "import socket; socket. gethostbyname( 'www.google. com')"
I would assume that this would be some sort of machine configuration, not something that we would handle specially in our program.