]> granicus.if.org Git - python/commit
Fix a few places where a str instead of a bytes object was used.
authorGuido van Rossum <guido@python.org>
Tue, 8 May 2007 20:18:39 +0000 (20:18 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 8 May 2007 20:18:39 +0000 (20:18 +0000)
commit2b08b38deacc065b4fea8421528de1eed66d56b0
treec85bfda4933486d96b8466115f16df9df98fbff0
parent57b93ad56d570c27bd3de3820b996352121c18e2
Fix a few places where a str instead of a bytes object was used.
Lib/io.py
Lib/test/test_io.py