This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author loewis
Recipients baikie, ezio.melotti, jesterKing, lemburg, loewis, vstinner
Date 2010-10-14.06:12:46
SpamBayes Score 3.1768161e-09
Marked as misclassified No
Message-id <1287036767.55.0.823137101897.issue9377@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-10-14 06:12:47loewissetrecipients: + loewis, lemburg, vstinner, baikie, ezio.melotti, jesterKing
2010-10-14 06:12:47loewissetmessageid: <1287036767.55.0.823137101897.issue9377@psf.upfronthosting.co.za>
2010-10-14 06:12:46loewislinkissue9377 messages
2010-10-14 06:12:46loewiscreate