commit | 88e860c00584b74168ca486379dd04c07ed22fc4 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Wed Jun 13 01:46:31 2007 +0000 |
committer | Guido van Rossum <guido@python.org> | Wed Jun 13 01:46:31 2007 +0000 |
tree | ca9550adf3d0cf2a60b2e2568f06210e451191cb | |
parent | 755114a22aa9e55288b379c097ceecdc5a72b84b [diff] |
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.