Branch: refs/heads/2.7 Home: https://github.com/python/cpython Commit: 03b278895fa0db355af4e450eac71dd0532db394 https://github.com/python/cpython/commit/03b278895fa0db355af4e450eac71dd0532db394 Author: Victor Stinner <victor.stinner at gmail.com> Date: 2017年05月05日 (2017年5月05日) Changed paths: M Lib/test/support/__init__.py Log Message: ----------- bpo-30265: support.unlink() don't catch any OSError (#1456) support.unlink() now only ignores ENOENT and ENOTDIR, instead of ignoring any OSError exception.