Skip to content

py27: change ModuleNotFoundError to ImportError #17

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 29, 2018

Conversation

msarahan
Copy link
Contributor

No description provided.

@msarahan
Copy link
Contributor Author

More details on ModuleNotFoundError: https://bugs.python.org/issue15767

It is a subclass of ImportError. It was introduced in Python 3.6. Catching ImportError will catch ModuleNotFoundError too.

@oleksandr-pavlyk
Copy link
Contributor

👍

@oleksandr-pavlyk oleksandr-pavlyk merged commit b52c737 into IntelPython:master Jul 29, 2018
@delta003
Copy link

@oleksandr-pavlyk Can you guys cut a release with this change?

@oleksandr-pavlyk
Copy link
Contributor

@delta003 Yes, I am working on it now. Should be out shortly.

@delta003
Copy link

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants