Commit 8551dd60 authored by Tim Peters's avatar Tim Peters

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.
parent 3712d396
...@@ -31,6 +31,7 @@ def test(): ...@@ -31,6 +31,7 @@ def test():
f = open(fname1, 'r') f = open(fname1, 'r')
finish = f.readline() finish = f.readline()
f.close() # on Windows an open file cannot be unlinked
if start != finish: if start != finish:
print 'Error: binhex != hexbin' print 'Error: binhex != hexbin'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment