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 ericpope
Recipients ericpope, georg.brandl
Date 2009-08-17.16:48:22
SpamBayes Score 0.0014780699
Marked as misclassified No
Message-id <1250527704.81.0.852484951369.issue6718@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2009-08-17 16:48:25ericpopesetrecipients: + ericpope, georg.brandl
2009-08-17 16:48:24ericpopesetmessageid: <1250527704.81.0.852484951369.issue6718@psf.upfronthosting.co.za>
2009-08-17 16:48:23ericpopelinkissue6718 messages
2009-08-17 16:48:22ericpopecreate