summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 3 insertions, 7 deletions
diff --git a/README.md b/README.md
index e5595f9..58bb654 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,4 @@
-`ipaddr.py` is a library for working with IP addresses, both IPv4 and IPv6.
-It was developed by Google for internal use, and is now open source.
+ipaddr.py is a library for working with IP addresses, both IPv4 and IPv6.
-Project home page: https://github.com/google/ipaddr-py
-
-Please send contributions to ipaddr-py-dev@googlegroups.com. Code should
-include unit tests and follow the Google Python style guide:
-https://google.github.io/styleguide/pyguide.html
+It has been superseded by ipaddress from the Python 3 standard library, and its
+Python 2 backport.