[Python-checkins] cpython: Issue #12151: Correction to diagnostic code.

vinay.sajip python-checkins at python.org
Mon May 23 22:49:16 CEST 2011


http://hg.python.org/cpython/rev/9ea03afc81f4
changeset: 70308:9ea03afc81f4
user: Vinay Sajip <vinay_sajip at yahoo.co.uk>
date: Mon May 23 21:49:09 2011 +0100
summary:
 Issue #12151: Correction to diagnostic code.
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
@@ -901,7 +901,7 @@
 except socket.error:
 msg = ('Error during finish, while sending %r, '
 'closed = %s')
- print(msg % (data, self._closed), file=sys.stderr)
+ print(msg % (data, self.server._closed), file=sys.stderr)
 raise
 
 ThreadingUDPServer.__init__(self, addr, DelegatingUDPRequestHandler,
-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /