Mark Hammond:

This patch fixes the mmap module on Windows 9x.

Also updates the mmap test to remove the test file.
This commit is contained in:
Fred Drake 2000-04-05 14:17:11 +00:00
parent 1ef4e2d54e
commit 605843f0c0
1 changed files with 2 additions and 0 deletions

View File

@ -59,6 +59,8 @@ def test_both():
assert start == PAGESIZE
assert end == PAGESIZE + 6
m.close()
os.unlink("foo")
print ' Test passed'
test_both()