commit | 75a7959335a4390f30048fcb198f618da4408799 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Wed Feb 02 16:57:32 2000 +0000 |
committer | Guido van Rossum <guido@python.org> | Wed Feb 02 16:57:32 2000 +0000 |
tree | 0a779e5e9ef0e569dd75ef7e311177ddbb29a35c | |
parent | 823e91c767ef2ddf1568210fdf4763f79c85e103 [diff] |
In _fileobject, optimize read() a bit (it could be really slow), and remove "import string" -- use string methods instead!