[issue2763] A socket example code shown in doc doesn't work on FreeBSD

2008-05-11 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Duplicate of #2742. -- resolution: -> duplicate status: open -> closed superseder: -> example code does not work __ Tracker <[EMAIL PROTECTED]> __

[issue2763] A socket example code shown in doc doesn't work on FreeBSD

2008-05-04 Thread Giampaolo Rodola'
New submission from Giampaolo Rodola' <[EMAIL PROTECTED]>: This is the result from executing the second IPv4/IPv6 server example shown in socket module documentation on a FreeBSD-7 system. http://docs.python.org/dev/library/socket.html#example dhcppc1# cat server.py # Echo server program import