summaryrefslogtreecommitdiff
path: root/src/mailman/core/logging.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailman/core/logging.py')
-rw-r--r--src/mailman/core/logging.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mailman/core/logging.py b/src/mailman/core/logging.py
index af04b58d1..2442d4913 100644
--- a/src/mailman/core/logging.py
+++ b/src/mailman/core/logging.py
@@ -40,8 +40,8 @@ _handlers = {}
-# XXX I would love to simplify things and use Python 2.6's WatchedFileHandler,
-# but there are two problems. First, it's more difficult to handle the test
+# XXX I would love to simplify things and use Python's WatchedFileHandler, but
+# there are two problems. First, it's more difficult to handle the test
# suite's need to reopen the file handler to a different path. Does
# zope.testing's logger support fix this?
#