[issue2752] Wrong comment in socket documentation

2008-05-05 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Fixed in r62740, thanks! __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscr

[issue2752] Wrong comment in socket documentation

2008-05-04 Thread Giampaolo Rodola'
Giampaolo Rodola' <[EMAIL PROTECTED]> added the comment: Fine. I just thought you had modified it only in one place. __ Tracker <[EMAIL PROTECTED]> __ __

[issue2752] Wrong comment in socket documentation

2008-05-04 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: The online docs probably haven't rebuilt yet. -- nosy: +benjamin.peterson __ Tracker <[EMAIL PROTECTED]> __ ___

[issue2752] Wrong comment in socket documentation

2008-05-04 Thread Giampaolo Rodola'
Giampaolo Rodola' <[EMAIL PROTECTED]> added the comment: http://docs.python.org/dev/library/socket.html#example The second example (the IPv4/IPv6 server) still reports the local interface. __ Tracker <[EMAIL PROTECTED]> _

[issue2752] Wrong comment in socket documentation

2008-05-04 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks, fixed in r62695. -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> __ _

[issue2752] Wrong comment in socket documentation

2008-05-03 Thread Giampaolo Rodola'
New submission from Giampaolo Rodola' <[EMAIL PROTECTED]>: 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 lis