[New-bugs-announce] [issue6718] ValueError in 21.17.4.2. SocketServer.UDPServer Example

Eric Pope report at bugs.python.org
Mon Aug 17 18:48:24 CEST 2009


New submission from Eric Pope <slotterkey_privateer at yahoo.co.jp>:

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

----------
assignee: georg.brandl
components: Documentation
messages: 91666
nosy: ericpope, georg.brandl
severity: normal
status: open
title: ValueError in 21.17.4.2. SocketServer.UDPServer Example
versions: Python 2.6, Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6718>
_______________________________________


More information about the New-bugs-announce mailing list