[Zconfig]
SVN: ZConfig/trunk/ZConfig/components/logger/loghandler.py
fix whitespace
Fred L. Drake, Jr.
fdrake at gmail.com
Wed Jun 20 12:01:06 EDT 2007
Log message for revision 76844:
fix whitespace
Changed:
U ZConfig/trunk/ZConfig/components/logger/loghandler.py
-=-
Modified: ZConfig/trunk/ZConfig/components/logger/loghandler.py
===================================================================
--- ZConfig/trunk/ZConfig/components/logger/loghandler.py 2007-06-20 14:21:09 UTC (rev 76843)
+++ ZConfig/trunk/ZConfig/components/logger/loghandler.py 2007-06-20 16:01:04 UTC (rev 76844)
@@ -42,6 +42,7 @@
self.close()
self.stream = open(self.baseFilename, self.mode)
+
class Win32FileHandler(FileHandler):
"""File-based log handler for Windows that supports an additional 'rotate'
method. reopen() is generally useless since Windows cannot do a move on
@@ -64,6 +65,7 @@
# tries to rotate the logfile.
FileHandler = Win32FileHandler
+
class NullHandler(Handler):
"""Handler that does nothing."""
More information about the ZConfig
mailing list