[Python-Dev] Re: [Python-checkins] python/dist/src/Lib/logging
handlers.py, 1.11, 1.12
Thomas Heller
theller at python.net
Mon Mar 8 15:27:36 EST 2004
vsajip at users.sourceforge.net writes:
> Update of /cvsroot/python/python/dist/src/Lib/logging
> In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29178
>
> Modified Files:
> handlers.py
> Log Message:
> Removed spurious import statement
>
> Index: handlers.py
> ===================================================================
> RCS file: /cvsroot/python/python/dist/src/Lib/logging/handlers.py,v
> retrieving revision 1.11
> retrieving revision 1.12
> diff -C2 -d -r1.11 -r1.12
> *** handlers.py 28 Feb 2004 16:07:46 -0000 1.11
> --- handlers.py 8 Mar 2004 16:57:19 -0000 1.12
> ***************
> *** 30,35 ****
> import sys, logging, socket, types, os, string, cPickle, struct, time
>
> - from SocketServer import ThreadingTCPServer, StreamRequestHandler
> -
> #
> # Some constants...
Should be fixed in the 2.3 maintainance branch also, imo.
More information about the Python-Dev
mailing list