[docs] A typo in an example code.

Sandro Tosi sandro.tosi at gmail.com
Sun Aug 12 09:37:41 CEST 2012


On Wed, Aug 8, 2012 at 9:18 AM, 김영휘 <shawn.yh.kim at 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-logging-events-across-a-network
>
> 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


More information about the docs mailing list