Skip to content

[2.7] bpo-18174: Fix fd_count() on FreeBSD#7420

Merged
vstinner merged 1 commit into
python:2.7from
vstinner:filenotfounderror27
Jun 5, 2018
Merged

[2.7] bpo-18174: Fix fd_count() on FreeBSD#7420
vstinner merged 1 commit into
python:2.7from
vstinner:filenotfounderror27

Conversation

@vstinner

@vstinner vstinner commented Jun 5, 2018

Copy link
Copy Markdown
Member

Python 2.7 doesn't have FileNotFoundError exception: use OSError and
errno.ENOENT.

https://bugs.python.org/issue18174

Python 2.7 doesn't have FileNotFoundError exception: use OSError and
errno.ENOENT.
@vstinner vstinner merged commit bc3df70 into python:2.7 Jun 5, 2018
@vstinner vstinner deleted the filenotfounderror27 branch June 5, 2018 11:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants