Commit dfe640d1 authored by Jim Fulton's avatar Jim Fulton

another test passing w 3.2

parent 8b37999e
...@@ -38,7 +38,7 @@ def rmtree (path): ...@@ -38,7 +38,7 @@ def rmtree (path):
Now create a file ... Now create a file ...
>>> foo = os.path.join (d, 'foo') >>> foo = os.path.join (d, 'foo')
>>> open (foo, 'w').write ('huhu') >>> _ = open (foo, 'w').write ('huhu')
and make it unwriteable and make it unwriteable
......
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