commit | 12087bae18ac349338fab42a42e28e941de23477 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Mon May 15 20:44:10 2006 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Mon May 15 20:44:10 2006 +0000 |
tree | 4e978890490d27ad5803708277d781dd1d4c3321 | |
parent | 49c8f4cf36926d40951fd3a151ddf45caf06cfdb [diff] |
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.