aboutsummaryrefslogtreecommitdiff
path: root/python/python3-ipaddr/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/python3-ipaddr/README')
-rw-r--r--python/python3-ipaddr/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/python3-ipaddr/README b/python/python3-ipaddr/README
new file mode 100644
index 0000000000..1eb461997f
--- /dev/null
+++ b/python/python3-ipaddr/README
@@ -0,0 +1,3 @@
+ipaddr.py is a library for working with IP addresses, both IPv4 and IPv6.
+It has been superseded by ipaddress from the Python 3 standard library,
+and its Python 2 backport.