New submission from Andrey Petrov <andrey.pet...@shazow.net>:

In the SocketServer.UDPServer Example, the second last line:

    server = SocketServer.UDPServer((HOST, PORT), BaseUDPRequestHandler)

Should be:

    server = SocketServer.UDPServer((HOST, PORT), MyUDPHandler)

----------
assignee: georg.brandl
components: Documentation
messages: 78305
nosy: georg.brandl, shazow
severity: normal
status: open
title: Error in SocketServer UDP documentation
versions: Python 2.6, Python 3.0

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue4752>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to