summaryrefslogtreecommitdiffstats
path: root/Lib/dos-8x3/socketse.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1996-10-24 22:27:16 (GMT)
committerGuido van Rossum <guido@python.org>1996-10-24 22:27:16 (GMT)
commitc45289cb8138d8747561bb5633ac4c17bad3e40a (patch)
tree32347df2d571883fd391b8a40225875bc821d76e /Lib/dos-8x3/socketse.py
parent52cf578382cf6cca2c9cf4e1de5d495276cf982d (diff)
downloadcpython-c45289cb8138d8747561bb5633ac4c17bad3e40a.zip
cpython-c45289cb8138d8747561bb5633ac4c17bad3e40a.tar.gz
cpython-c45289cb8138d8747561bb5633ac4c17bad3e40a.tar.bz2
The usual :-(
Diffstat (limited to 'Lib/dos-8x3/socketse.py')
-rwxr-xr-xLib/dos-8x3/socketse.py2
1 files changed, 1 insertions, 1 deletions
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 @@ class StreamRequestHandler(BaseRequestHandler):
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):