]> granicus.if.org Git - python/commit
In _fileobject, optimize read() a bit (it could be really slow), and
authorGuido van Rossum <guido@python.org>
Wed, 2 Feb 2000 16:57:32 +0000 (16:57 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 2 Feb 2000 16:57:32 +0000 (16:57 +0000)
commit75a7959335a4390f30048fcb198f618da4408799
tree0a779e5e9ef0e569dd75ef7e311177ddbb29a35c
parent823e91c767ef2ddf1568210fdf4763f79c85e103
In _fileobject, optimize read() a bit (it could be really slow), and
remove "import string" -- use string methods instead!
Lib/plat-win/socket.py