Added versionchanged to docs.
Availability: Unix (maybe not all platforms), Windows.
+ .. versionchanged:: 3.4
+ Windows support added
+
.. function:: inet_ntop(address_family, packed_ip)
Availability: Unix (maybe not all platforms), Windows.
+ .. versionchanged:: 3.4
+ Windows support added
+
..
XXX: Are sendmsg(), recvmsg() and CMSG_*() available on any
The :data:`~socket.AF_LINK` constant is now available on BSD and OSX.
+:func:`~socket.inet_pton` and :func:`~socket.inet_ntop` are now supported
+on Windows. (Contributed by Atsuo Ishimoto in :issue:`7171`.)
+
sqlite3
-------