]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-30265: support.unlink() don't catch any OSError (#1456)
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 5 May 2017 08:27:34 +0000 (10:27 +0200)
committerGitHub <noreply@github.com>
Fri, 5 May 2017 08:27:34 +0000 (10:27 +0200)
commit03b278895fa0db355af4e450eac71dd0532db394
treec50f1d46ec86b2c15d075d091ebb6c4501f15ffb
parent5d7a18f3b65bd958d876391cca3c381396021639
bpo-30265: support.unlink() don't catch any OSError (#1456)

support.unlink() now only ignores ENOENT and ENOTDIR, instead of
ignoring any OSError exception.
Lib/test/support/__init__.py