Issue 6718: ValueError in 21.17.4.2. SocketServer.UDPServer Example (original) (raw)

Issue6718

Created on 2009-08-17 16:48 by ericpope, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg91666 - (view) Author: Eric Pope (ericpope) Date: 2009-08-17 16:48
In the client side example under 21.17.4.2. SocketServer.UDPServer Example: at: http://docs.python.org/dev/library/socketserver.html <<<<raises ValueError: HOST, PORT = "localhost" >>>>should have been: HOST, PORT = "localhost", 9999
msg91929 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2009-08-24 17:22
Thanks, fixed in r74547.
History
Date User Action Args
2022-04-11 14:56:52 admin set github: 50967
2009-08-24 17:22:11 georg.brandl set status: open -> closedresolution: fixedmessages: +
2009-08-17 16:48:23 ericpope create