commit | 2013ba48a68fea36373e3c21be76083be4c774a0 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri Feb 05 20:55:16 1999 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri Feb 05 20:55:16 1999 +0000 |
tree | 325b2b221bc591c8b4fb98b975d79b8e247048ed | |
parent | dfb4e24431e95acd42e9a7097dcc2885b71d8373 [diff] |
Should open files in binary mode! Also finally get rid of some obsolete commented-out access statements. A note about the previous checkin: I believe it's correct, but I found something strange: the file Lib/test/audiotest.au in the Python distribution was evidently encoded in u-LAW format but had its encoding set to 2, i.e. linear-8. I hope that this is a mistake caused by some conversion program that produced this .au file; I just found it on a website.