bpo-30265: support.unlink() don't catch any OSError (#1456)
support.unlink() now only ignores ENOENT and ENOTDIR, instead of ignoring any OSError exception.
Showing
Please register or sign in to comment
support.unlink() now only ignores ENOENT and ENOTDIR, instead of ignoring any OSError exception.