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

Update and standardise obsolete OSError aliases: #2107

Merged
merged 1 commit into from
Sep 21, 2023

Conversation

Avasam
Copy link
Collaborator

@Avasam Avasam commented Aug 22, 2023

Missed in #2087 , Extracted from #2100
Documentation: https://docs.python.org/3/library/exceptions.html#OSError

This PR updates all of the following to OSError:

  • IOError
  • WindowsError
  • mmap.error
  • select.error
  • socket.error
  • os.error

Except for adodbapi code, that's done in #2088

- IOError
- WindowsError
- mmap.error
- select.error
- socket.error
- os.error
@mhammond mhammond merged commit 6df8533 into mhammond:main Sep 21, 2023
@Avasam Avasam deleted the obsolete-OSError-aliases branch September 21, 2023 16:24
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.

2 participants