diff options
author | Raymond Hettinger <python@rcn.com> | 2009-06-04 18:32:39 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2009-06-04 18:32:39 (GMT) |
commit | 40925d288c6aef78b276fcae07bffd15ead7aa79 (patch) | |
tree | de943810c9b9496c2bf403dc2c867574cc02a5fa /Doc/library/internet.rst | |
parent | 5c01a8d1bdac598a224d28f26d1d290c9b72b4d7 (diff) | |
download | cpython-40925d288c6aef78b276fcae07bffd15ead7aa79.zip cpython-40925d288c6aef78b276fcae07bffd15ead7aa79.tar.gz cpython-40925d288c6aef78b276fcae07bffd15ead7aa79.tar.bz2 |
Remove the ipaddr module per discussion on python-dev.
Diffstat (limited to 'Doc/library/internet.rst')
-rw-r--r-- | Doc/library/internet.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/library/internet.rst b/Doc/library/internet.rst index 288ea7b..6fa7873 100644 --- a/Doc/library/internet.rst +++ b/Doc/library/internet.rst @@ -36,7 +36,6 @@ is currently supported on most popular platforms. Here is an overview: smtpd.rst telnetlib.rst uuid.rst - ipaddr.rst socketserver.rst http.server.rst http.cookies.rst |