[Python-checkins] (2.7): Whitespace normalization. (original) (raw)
vinay.sajip python-checkins at python.org
Mon Mar 7 19:23:16 CET 2011
- Previous message: [Python-checkins] (merge 3.2 -> default): Issue #11424: Merged fix from 3.2.
- Next message: [Python-checkins] r88766 - peps/trunk/pep-0394.txt
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
http://hg.python.org/cpython/rev/d9cc58f93d72 changeset: 68321:d9cc58f93d72 branch: 2.7 parent: 68316:9dad160206a3 user: Vinay Sajip <vinay_sajip at yahoo.co.uk> date: Mon Mar 07 18:20:27 2011 +0000 summary: Whitespace normalization.
files: Lib/test/test_logging.py
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 @@ -815,7 +815,7 @@ ], stream=output) # Original logger output is empty. self.assert_log_lines([])
class LogRecordStreamHandler(StreamRequestHandler):
"""Handler for a streaming logging request. It saves the log message in the
-- Repository URL: http://hg.python.org/cpython
- Previous message: [Python-checkins] (merge 3.2 -> default): Issue #11424: Merged fix from 3.2.
- Next message: [Python-checkins] r88766 - peps/trunk/pep-0394.txt
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]