Message12517
Logged In: YES
user_id=20112
This is the other thing that bugs me about this problem:
$
python
Python 2.1.1 (#2, Aug 23 2001, 10:41:44)
[GCC 2.95.3-5
(cygwin special)] on cygwin
Type "copyright", "credits" or "license"
for more information.
>>> import socket
>>>
socket.gethostbyaddr(socket.gethostbyname("only"))
('only', [],
['140.221.10.174', '192.168.153.1', '192.168.43.1'])
>>>
socket.gethostbyaddr(socket.gethostbyname("moonbeam"))
('moonbeam.mcs.anl.gov',
[], ['140.221.9.223'])
It doesn't make sense that the first doesn't
return the full name, while the second does.
--bob |
|
| Date |
User |
Action |
Args |
| 2007-08-23 14:05:59 | admin | link | issue615472 messages |
| 2007-08-23 14:05:59 | admin | create | |
|