
8 Aug
2012
8 Aug
'12
12:18 a.m.
Hi,
An example logging server code in the following url gives an error: http://docs.python.org/howto/logging-cookbook.html#sending-and-receiving-log...
It seems that the code has typos.
import socketserver
should be
import SocketServer
I am using Python 2.7.3, FYI.
Regards.

12 Aug
12 Aug
12:37 a.m.
On Wed, Aug 8, 2012 at 9:18 AM, 김영휘 shawn.yh.kim@nhn.com wrote:
Hi,
An example logging server code in the following url gives an error: http://docs.python.org/howto/logging-cookbook.html#sending-and-receiving-log...
It seems that the code has typos.
import socketserver
should be
import SocketServer
This has already been fixed with this revision: http://hg.python.org/cpython/rev/e06ef4881136
Regards,
--
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi
4126
Age (days ago)
4130
Last active (days ago)
1 comments
2 participants
participants (2)
-
Sandro Tosi
-
김영휘