commit | dc0b1a106981ee204936221f4e0863bd1d7a6ba6 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu Apr 12 22:55:07 2007 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu Apr 12 22:55:07 2007 +0000 |
tree | 102949af2918a30ac4da920751e994c0df4af702 | |
parent | b6f1fdc90ca1f5826c5bd8e015a37563923144b5 [diff] |
Make a few more tests pass with the new I/O library. Fix the truncate() semantics -- it should not affect the current position. Switch wave.py/chunk.py to struct.unpack_from() to support bytes. Don't use writelines() on binary files (test_fileinput.py).