Stop creating an unbounded number of "Jack is my hero" files under Windows.

Not that Jack doesn't deserve them, but saying it so often cheapens the
sentiment.
This commit is contained in:
Tim Peters 2001-01-17 18:59:46 +00:00
parent 3712d396ac
commit 8551dd6078
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ def test():
f = open(fname1, 'r')
finish = f.readline()
f.close() # on Windows an open file cannot be unlinked
if start != finish:
print 'Error: binhex != hexbin'