]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix a place where it's pretty clear that a binary open mode was intended.
authorGuido van Rossum <guido@python.org>
Mon, 9 Apr 2007 00:00:23 +0000 (00:00 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 9 Apr 2007 00:00:23 +0000 (00:00 +0000)
commit933520b5bae4727bf22c00fee9face3515bf95b6
tree1a20def6c627f3b7e03435469371a0d268116d6b
parent4f0db6e4a1fa2cd4f564192d687c9e1725129e03
Fix a place where it's pretty clear that a binary open mode was intended.
(The new I/O library revealed the problem.)
Lib/test/test_bz2.py