Martin v. Löwis <mar...@v.loewis.de> added the comment:

The failure of platform.uname is an independent bug. IMO, it shouldn't use 
socket.gethostname on Windows, but instead look at the COMPUTERNAME environment 
variable or call the GetComputerName API function. This is more close to what 
uname() does on Unix (i.e. retrieve the local machine name independent of DNS).

I have created issue10097 for this bug.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9377>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to