[New-bugs-announce] [issue2752] Wrong comment in socket documentation

Giampaolo Rodola' report at bugs.python.org
Sun May 4 07:08:30 CEST 2008


New submission from Giampaolo Rodola' <billiejoex at users.sourceforge.net>:

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').

----------
assignee: georg.brandl
components: Documentation
messages: 66191
nosy: georg.brandl, giampaolo.rodola
severity: normal
status: open
title: Wrong comment in socket documentation
versions: Python 2.6

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2752>
__________________________________


More information about the New-bugs-announce mailing list