Commit acd902be authored by Vinay Sajip's avatar Vinay Sajip

Issue #12151: Correction to diagnostic code.

parent ba980db7
......@@ -901,7 +901,7 @@ if threading:
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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment