]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
unlink() would normally be found in the "os" module, so use it from there.
authorFred Drake <fdrake@acm.org>
Fri, 11 May 2001 14:29:21 +0000 (14:29 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 11 May 2001 14:29:21 +0000 (14:29 +0000)
commit6278799f8e34bf01de68f989f5f100913fb5e2f5
tree2530b21e671837888d38d4df6818b15be6a96487
parent5acbfcc1645fbaecff987460c4933731466d8d64
unlink() would normally be found in the "os" module, so use it from there.

Remove unused import of "sys".

If the file TESTFN exists before we start, try to remove it.

Add spaces around the = in some assignments.
Lib/test/test_mmap.py