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.17:15:02
SpamBayes Score 6.592239e-06
Marked as misclassified No
Message-id <1287076504.72.0.973773564959.issue9377@psf.upfronthosting.co.za>
In-reply-to
Content
As a further note: I think socket.gethostname() is a special case, since this is just about a local setting (i.e. not related to DNS). We should then assume that it is encoded in the locale encoding (in particular, that it is encoded in mbcs on Windows).
History
Date User Action Args
2010-10-14 17:15:05loewissetrecipients: + loewis, lemburg, vstinner, baikie, ezio.melotti, jesterKing
2010-10-14 17:15:04loewissetmessageid: <1287076504.72.0.973773564959.issue9377@psf.upfronthosting.co.za>
2010-10-14 17:15:02loewislinkissue9377 messages
2010-10-14 17:15:02loewiscreate