commit | c45289cb8138d8747561bb5633ac4c17bad3e40a | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu Oct 24 22:27:16 1996 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu Oct 24 22:27:16 1996 +0000 |
tree | 32347df2d571883fd391b8a40225875bc821d76e | |
parent | 52cf578382cf6cca2c9cf4e1de5d495276cf982d [diff] [blame] |
The usual :-(
diff --git a/Lib/dos_8x3/socketse.py b/Lib/dos_8x3/socketse.py index 9a646ab..6c371e2 100755 --- a/Lib/dos_8x3/socketse.py +++ b/Lib/dos_8x3/socketse.py
@@ -392,7 +392,7 @@ def setup(self): self.connection = self.request - self.rfile = self.connection.makefile('rb') + self.rfile = self.connection.makefile('rb', 0) self.wfile = self.connection.makefile('wb', 0) def finish(self):