]> granicus.if.org Git - python/commit
bpo-29763: Use support.unlink instead of os.unlink (GH-624)
authorZachary Ware <zachary.ware@gmail.com>
Sun, 12 Mar 2017 04:10:07 +0000 (22:10 -0600)
committerGitHub <noreply@github.com>
Sun, 12 Mar 2017 04:10:07 +0000 (22:10 -0600)
commit93710c152e6bcfffdf2f1f15bb5f75b013aef422
treed62e4a4e89ca851a3cc6c55c71948d8b5890c777
parent482f7a274fa52b7ba34ff308cd9acdcac9f41ba5
bpo-29763: Use support.unlink instead of os.unlink (GH-624)

support.unlink waits for the files to be removed before returning
Lib/test/test_site.py