add note for is_ipv6 in network doc

This commit is contained in:
Prodesire 2017-12-14 20:19:46 +08:00
parent d7250ae7c8
commit cb9a93790f
1 changed files with 2 additions and 0 deletions

View File

@ -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()