mirror of https://github.com/python/cpython
Add versionadded for has_ipv6 attribute
This commit is contained in:
parent
cabf56f8b4
commit
6eb502f267
|
@ -153,6 +153,7 @@ for a few symbols, default values are provided.
|
||||||
\begin{datadesc}{has_ipv6}
|
\begin{datadesc}{has_ipv6}
|
||||||
This constant contains a boolean value which indicates if IPv6 is
|
This constant contains a boolean value which indicates if IPv6 is
|
||||||
supported on this platform.
|
supported on this platform.
|
||||||
|
\versionadded{2.3}
|
||||||
\end{datadesc}
|
\end{datadesc}
|
||||||
|
|
||||||
\begin{funcdesc}{getaddrinfo}{host, port\optional{, family, socktype, proto, flags}}
|
\begin{funcdesc}{getaddrinfo}{host, port\optional{, family, socktype, proto, flags}}
|
||||||
|
|
Loading…
Reference in New Issue