]> granicus.if.org Git - python/commit
Completed str/unicode unification.
authorLars Gustäbel <lars@gustaebel.de>
Tue, 7 Aug 2007 18:36:16 +0000 (18:36 +0000)
committerLars Gustäbel <lars@gustaebel.de>
Tue, 7 Aug 2007 18:36:16 +0000 (18:36 +0000)
commitb506dc32c1ab2d0e4d2c3549d0822904432140ec
treede91ac809029b8aee4134c820dda9a1517c69e18
parentcd869d8d415a9278addf5f2bd3648aa2fbffe660
Completed str/unicode unification.

All tests pass, but maybe some tests have become unnecessary now.
Removed PaxUnicodeTest, added MiscTest.

TarFile.extractfile() returns a binary file object which can be used
with a TextIOWrapper for text I/O.
Lib/tarfile.py
Lib/test/test_tarfile.py