From: Berker Peksag Date: Wed, 20 Jan 2016 06:45:54 +0000 (+0200) Subject: Issue #5626: Remove misleading comment from socket.gethostname() documentation X-Git-Tag: v3.6.0a1~733 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5d69e6871a2a0b7e06ca9304eca47428b82e3d38;p=python Issue #5626: Remove misleading comment from socket.gethostname() documentation A machine can have more than one IP addresses so socket.gethostbyname(socket.gethostname()) probably won't return the correct one. --- 5d69e6871a2a0b7e06ca9304eca47428b82e3d38