]> granicus.if.org Git - python/commit
ReadDetectFileobjTest: repair Windows disasters by opening
authorTim Peters <tim.peters@gmail.com>
Mon, 15 May 2006 20:44:10 +0000 (20:44 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 15 May 2006 20:44:10 +0000 (20:44 +0000)
commit12087bae18ac349338fab42a42e28e941de23477
tree4e978890490d27ad5803708277d781dd1d4c3321
parent49c8f4cf36926d40951fd3a151ddf45caf06cfdb
ReadDetectFileobjTest:  repair Windows disasters by opening
the file object in binary mode.

The Windows buildbot slaves shouldn't swap themselves to death
anymore.  However, test_tarfile may still fail because of a
temp directory left behind from a previous failing run.
Windows buildbot owners may need to remove that directory
by hand.
Lib/test/test_tarfile.py