Issue 5297: Bug in SocketServer Example (original) (raw)
Issue5297
Created on 2009-02-17 20:25 by zdwiel, last changed 2022-04-11 14:56 by admin. This issue is now closed.
Messages (2) | ||
---|---|---|
msg82363 - (view) | Author: Zach Dwiel (zdwiel) | Date: 2009-02-17 20:25 |
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? | ||
msg82394 - (view) | Author: Georg Brandl (georg.brandl) * ![]() |
Date: 2009-02-18 00:23 |
Thanks, fixed in r69728. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:56:45 | admin | set | github: 49547 |
2009-02-18 00:23:13 | georg.brandl | set | status: open -> closedresolution: fixedmessages: + |
2009-02-17 20:25:28 | zdwiel | create |