summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Houghton <alastair@coriolis-systems.com>2012-01-31 11:16:54 +0000
committerAlastair Houghton <alastair@coriolis-systems.com>2012-01-31 11:16:54 +0000
commit9714364f36a9a324253938fbf28e4a7d02d88d7f (patch)
treed52409fc0b8bd6fbc3e9efd2ae6b06e2572bb872
parentb37d5442eadd6301af8587e508959274d9659d50 (diff)
downloadnetifaces-9714364f36a9a324253938fbf28e4a7d02d88d7f.tar.gz
Fixed description.
-rw-r--r--setup.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index d190dfd..023ddfd 100644
--- a/setup.py
+++ b/setup.py
@@ -394,8 +394,7 @@ get access to a list of the network interfaces on the local machine, and to
obtain the addresses of those network interfaces.
The package has been tested on Mac OS X, Windows XP, Windows Vista, Linux
-and Solaris. On Windows, it is currently not able to retrieve IPv6
-addresses, owing to shortcomings of the Windows API.
+and Solaris.
It should work on other UNIX-like systems provided they implement
either getifaddrs() or support the SIOCGIFxxx socket options, although the