# Documentation Calling `socket.create_server` with `dualstack_ipv6=True` expect `family=AF_INET`. For example: ``` socket.create_server(("", 12345), family=socket.AF_INET, dualstack_ipv6=True) ``` raise `ValueError`. There is nothing about it docs. We should add this constrain in docs. <!-- gh-linked-prs --> ### Linked PRs * gh-129996 * gh-131890 * gh-131891 <!-- /gh-linked-prs -->
Documentation
Calling
socket.create_serverwithdualstack_ipv6=Trueexpectfamily=AF_INET. For example:raise
ValueError.There is nothing about it docs. We should add this constrain in docs.
Linked PRs
dualstack_ipv6insocket.create_server(GH-129996) #131890dualstack_ipv6insocket.create_server(GH-129996) #131891