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

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