[Python-checkins] [python/cpython] 93710c: bpo-29763: Use support.unlink instead of os.unlink...

GitHub noreply at github.com
Sat Mar 11 23:10:09 EST 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 93710c152e6bcfffdf2f1f15bb5f75b013aef422
      https://github.com/python/cpython/commit/93710c152e6bcfffdf2f1f15bb5f75b013aef422
  Author: Zachary Ware <zachary.ware at gmail.com>
  Date:   2017-03-11 (Sat, 11 Mar 2017)

  Changed paths:
    M Lib/test/test_site.py

  Log Message:
  -----------
  bpo-29763: Use support.unlink instead of os.unlink (GH-624)

support.unlink waits for the files to be removed before returning




More information about the Python-checkins mailing list