[Python-checkins] cpython: Update incorrect comment.

vinay.sajip python-checkins at python.org
Mon May 9 23:05:59 CEST 2011


http://hg.python.org/cpython/rev/2d4ef202d4ed
changeset:   69992:2d4ef202d4ed
user:        Vinay Sajip <vinay_sajip at yahoo.co.uk>
date:        Mon May 09 22:05:50 2011 +0100
summary:
  Update incorrect comment.

files:
  Lib/test/test_logging.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/test/test_logging.py b/Lib/test/test_logging.py
--- a/Lib/test/test_logging.py
+++ b/Lib/test/test_logging.py
@@ -1485,7 +1485,7 @@
         self.handled.set()
 
     def test_output(self):
-        # The log message sent to the SysLogHandler is properly received.
+        # The log message sent to the HTTPHandler is properly received.
         logger = logging.getLogger("http")
         for method in ('GET', 'POST'):
             self.h_hdlr.method = method

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list