]> granicus.if.org Git - python/commit
bz2 uses bytes everywhere (even for the 'newlines' attribute).
authorGuido van Rossum <guido@python.org>
Tue, 22 May 2007 23:13:45 +0000 (23:13 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 22 May 2007 23:13:45 +0000 (23:13 +0000)
commit522a6c66ac705132c57727d0429c9c1d3788922b
treeacc82b304af8a49bafaa8dbfa679a2cc5331f89e
parent776152b6018fa1dc25c7a1960237c76c26931cab
bz2 uses bytes everywhere (even for the 'newlines' attribute).
test_bz2 passes.
Lib/test/test_bz2.py
Modules/bz2module.c