]> granicus.if.org Git - python/commit
Many changes to get this to pass on Windows, and to make it easier to
authorTim Peters <tim.peters@gmail.com>
Sat, 9 Nov 2002 06:31:56 +0000 (06:31 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 9 Nov 2002 06:31:56 +0000 (06:31 +0000)
commit499d09af92ec52d9cdfd7fc0353aff9fd3443b91
treee852a5eb8b93fd9fcc6972fd80ef8e7c67c5cbf3
parent3de75266aafa32e4d435b5b8a9d950acb53a5990
Many changes to get this to pass on Windows, and to make it easier to
figure out what the code was doing.  The fixes were a combination of
closing open files before deletion, opening files in binary mode, and
plain skipping things that can't work on Windows (BaseTest.decompress
uses a process gimmick that doesn't exist on Windows, and, even if it
did, assumes a "bunzip2" executable is on PATH).
Lib/test/test_bz2.py