New submission from Eric Pope <slotterkey_privat...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue6718>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to