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

Fix docs for Sockets.getaddrinfo() #52538

Merged
merged 1 commit into from
Jan 2, 2024

Conversation

JamesWrigley
Copy link
Contributor

Previously only the two-argument method was documented, which stated that the default type to be returned was IPv4. But that hasn't been true since 2ab654c (#36029), so now both methods are documented and corrected.

I believe this fixes #40306.

Previously only the two-argument method was documented, which stated that the
default type to be returned was IPv4. But that hasn't been true since
2ab654c, so now both methods are documented and corrected.
@ViralBShah ViralBShah added the docs This change adds or pertains to documentation label Dec 25, 2023
@JamesWrigley
Copy link
Contributor Author

(AFAICT the test failures are unrelated)

@ViralBShah ViralBShah merged commit acddc62 into JuliaLang:master Jan 2, 2024
6 of 8 checks passed
@JamesWrigley JamesWrigley deleted the getaddrinfo-docs branch January 2, 2024 12:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs This change adds or pertains to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Default address family for Sockets.getaddrinfo changed in Julia 1.6
2 participants