mirror of https://github.com/flaggo/pydu.git
add note for is_ipv6 in network doc
This commit is contained in:
parent
d7250ae7c8
commit
cb9a93790f
|
@ -34,6 +34,8 @@ Network
|
|||
>>> is_ipv4('localhost.localdomain')
|
||||
False
|
||||
|
||||
.. note:: ``is_ipv6`` can only be used on ``unix-like`` system.
|
||||
|
||||
|
||||
.. py:function:: pydu.network.get_free_port()
|
||||
|
||||
|
|
Loading…
Reference in New Issue