]> granicus.if.org Git - python/commit
AutoFileTests.tearDown(): Removed mysterious undocumented
authorTim Peters <tim.peters@gmail.com>
Fri, 9 Jun 2006 03:51:41 +0000 (03:51 +0000)
committerTim Peters <tim.peters@gmail.com>
Fri, 9 Jun 2006 03:51:41 +0000 (03:51 +0000)
commitdbb82f623ff04f004aa97e3a93185a0bdda7ad2a
tree747f208b42333c6f4dca262124ec39da4a1b7317
parent2b6377912ea26d67d6d4070cee6c21dbde0e7df5
AutoFileTests.tearDown():  Removed mysterious undocumented
try/except.  Remove TESTFN.

Throughout:  used open() instead of file(), and wrapped
long lines.
Lib/test/test_file.py