commit | bb08066053c51de274208eea645a0d9a470c87f9 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu Apr 09 21:47:39 1998 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu Apr 09 21:47:39 1998 +0000 |
tree | 91d2cc9c41d25bccff14c1344a61b06f610a357d | |
parent | c6a681a57d61ded92c53ad2b58e53dfcd177ecf7 [diff] [blame] |
The usual
diff --git a/Lib/dos-8x3/socketse.py b/Lib/dos-8x3/socketse.py index 64a86d1..cf8a365 100755 --- a/Lib/dos-8x3/socketse.py +++ b/Lib/dos-8x3/socketse.py
@@ -396,6 +396,8 @@ def finish(self): self.wfile.flush() + self.wfile.close() + self.rfile.close() class DatagramRequestHandler(BaseRequestHandler):