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 giampaolo.rodola
Recipients georg.brandl, giampaolo.rodola
Date 2008-05-04.05:08:27
SpamBayes Score 0.065396816
Marked as misclassified No
Message-id <1209877709.98.0.739134633667.issue2752@psf.upfronthosting.co.za>
In-reply-to
Content
In the example section of socket module I see:

HOST = ''                 # Symbolic name meaning the local host
PORT = 50007              # Arbitrary non-privileged port

'', at least on Windows, is an alias for telling the socket to listen on
all available interfaces while 'localhost' is used for referencing the
local interface (usually '127.0.0.1').
History
Date User Action Args
2008-05-04 05:08:30giampaolo.rodolasetspambayes_score: 0.0653968 -> 0.065396816
recipients: + giampaolo.rodola, georg.brandl
2008-05-04 05:08:30giampaolo.rodolasetspambayes_score: 0.0653968 -> 0.0653968
messageid: <1209877709.98.0.739134633667.issue2752@psf.upfronthosting.co.za>
2008-05-04 05:08:28giampaolo.rodolalinkissue2752 messages
2008-05-04 05:08:27giampaolo.rodolacreate