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

Remove Python 3.1 compatibility from socket client #802

Merged
merged 1 commit into from
Jan 26, 2024

Conversation

emontnemery
Copy link
Collaborator

This was fixed in Python 3.2 by https://bugs.python.org/issue10272

@emontnemery emontnemery force-pushed the remove_python_3_3_compatibility branch from aa55a0f to 48e1ace Compare January 25, 2024 16:26
@MartinHjelmare MartinHjelmare merged commit fe94dc5 into master Jan 26, 2024
1 check passed
@MartinHjelmare MartinHjelmare deleted the remove_python_3_3_compatibility branch January 26, 2024 12:04
Copy link
Contributor

@MartinHjelmare MartinHjelmare left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Side note: socket.timeout is deprecated in favor of TimeoutError.

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

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