Re: [Python-checkins] python/dist/src/Lib/logging handlers.py, 1.11, 1.12

8 Mar
2004
8 Mar
'04
5:27 p.m.
vsajip@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.
7139
Age (days ago)
7139
Last active (days ago)
0 comments
1 participants
participants (1)
-
Thomas Heller