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 belopolsky, georg.brandl, giampaolo.rodola, gregory.p.smith, loewis, pitrou, rosslagerwall
Date 2011-01-07.23:40:24
SpamBayes Score 0.0002492242
Marked as misclassified No
Message-id <4D27A467.1020807@v.loewis.de>
In-reply-to <1294391959.02.0.642168643566.issue10812@psf.upfronthosting.co.za>
Content
> According to the spec for gethostname(), the hostname that it returns
> is null-terminated so it won't support embedded NUL bytes. Should we
> still add it anyway?

Oops, I misread the spec. No, gethostname should then not be duplicated.
Putting sethostname into the socket module might be worth considering,
though; I find the proposed split confusing.
History
Date User Action Args
2011-01-07 23:40:26loewissetrecipients: + loewis, georg.brandl, gregory.p.smith, belopolsky, pitrou, giampaolo.rodola, rosslagerwall
2011-01-07 23:40:24loewislinkissue10812 messages
2011-01-07 23:40:24loewiscreate