[docs] A typo in an example code.

김영휘 shawn.yh.kim at nhn.com
Wed Aug 8 09:18:11 CEST 2012


Hi,

An example logging server code in the following url gives an error:
http://docs.python.org/howto/logging-cookbook.html#sending-and-receiving-logging-events-across-a-network

It seems that the code has typos.

import socketserver

should be 

import SocketServer

I am using Python 2.7.3, FYI.

Regards.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/docs/attachments/20120808/1ac78d80/attachment-0001.html>


More information about the docs mailing list