Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add a news entry
  • Loading branch information
arhadthedev committed Feb 13, 2023
commit 874cb152371bc482027fe49042928017ce6e82fa
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
:mod:`socket.getaddrinfo` raises :class:`socket.gaierror` instead of
:class:`OverflowError` when the numeric port number is out of the C long
range. Patch by Radek Smejkal.