Skip to content

Remove deprecated socket.error from Connection.connect exception handler #1062

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
Aug 24, 2022

Conversation

Nothing4You
Copy link
Contributor

Since python 3.3, socket.error is a deprecated alias for OSError, which is already included.

https://docs.python.org/3/library/socket.html#socket.error

Since python 3.3, `socket.error` is a deprecated alias for OSError, which is
already included.
@methane methane merged commit dd47caa into PyMySQL:main Aug 24, 2022
@Nothing4You Nothing4You deleted the remove-socket.error branch August 24, 2022 08:19
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 28, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants