]> granicus.if.org Git - python/commit
Fix bz2_test.py by removing the tests for universal newline mode.
authorGuido van Rossum <guido@python.org>
Wed, 13 Jun 2007 01:46:31 +0000 (01:46 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 13 Jun 2007 01:46:31 +0000 (01:46 +0000)
commit88e860c00584b74168ca486379dd04c07ed22fc4
treeca9550adf3d0cf2a60b2e2568f06210e451191cb
parent755114a22aa9e55288b379c097ceecdc5a72b84b
Fix bz2_test.py by removing the tests for universal newline mode.
If you want text support, wrap a TextIOWrapper around it.
Remove references to universal newlines from the BZ2File docstring.
Lib/test/test_bz2.py
Modules/bz2module.c