]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-18174: Fix fd_count() on FreeBSD (GH-7420)
authorVictor Stinner <vstinner@redhat.com>
Tue, 5 Jun 2018 11:30:48 +0000 (13:30 +0200)
committerGitHub <noreply@github.com>
Tue, 5 Jun 2018 11:30:48 +0000 (13:30 +0200)
commitbc3df70b266304f78ebe5eabead71cabd4738d12
treea6bd363cef3d0389abe309cc6d4f26de34705ad9
parent64856ad8b7279718ff10a9fb32003c2221af7228
bpo-18174: Fix fd_count() on FreeBSD (GH-7420)

Python 2.7 doesn't have FileNotFoundError exception: use OSError and
errno.ENOENT.
Lib/test/support/__init__.py