[New-bugs-announce] [issue5297] Bug in SocketServer Example
Zach Dwiel
report at bugs.python.org
Tue Feb 17 21:25:29 CET 2009
New submission from Zach Dwiel <zdwiel at gmail.com>:
There is a bug in the example code:
http://docs.python.org/library/socketserver.html
The very last example has the line:
print "Server loop running in thread:", t.getName()
should be:
print "Server loop running in thread:", server_thread.getName()
Should I post this somewhere else or is this the right place?
----------
assignee: georg.brandl
components: Documentation
messages: 82363
nosy: georg.brandl, zdwiel
severity: normal
status: open
title: Bug in SocketServer Example
type: compile error
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5297>
_______________________________________
More information about the New-bugs-announce
mailing list