Skip to content
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

Replace os.errno with errno, linting #1257

Merged
merged 3 commits into from
Nov 13, 2018

Conversation

diego-plan9
Copy link
Member

Fix #1253

Replace os.errno with errno for compatibility with Python 3.7,
adding a round of removal of pylint disables in the process.

Summary

Details and comments

Replace `os.errno` with `errno` for compatibility with Python 3.7,
adding a round of removal of pylint disables in the process.
@diego-plan9 diego-plan9 merged commit 486d011 into Qiskit:master Nov 13, 2018
@diego-plan9 diego-plan9 deleted the fix/errno-3.7 branch November 13, 2018 11:00
lia-approves pushed a commit to edasgupta/qiskit-terra that referenced this pull request Jul 30, 2019
Replace `os.errno` with `errno` for compatibility with Python 3.7,
adding a round of removal of pylint disables in the process.
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.

os.errno doesn't exists anymore in Python 3.7
2 participants