diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2012-05-26 15:53:33 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2012-05-26 15:53:33 (GMT) |
commit | 53c920052b7cb24c8a411d3d11649c5b5e05a458 (patch) | |
tree | 188ea88ebc735ff434e9c7faeeedb0f231d5454d /Doc/howto/index.rst | |
parent | 2c58910d3dd8d13622f774e53c28b6de8b36a920 (diff) | |
download | cpython-53c920052b7cb24c8a411d3d11649c5b5e05a458.zip cpython-53c920052b7cb24c8a411d3d11649c5b5e05a458.tar.gz cpython-53c920052b7cb24c8a411d3d11649c5b5e05a458.tar.bz2 |
Issue #14814: Add a basic ipaddress tutorial (thanks to Sandro Tosi for the initial conversion from Peter Moody's wiki version)
Diffstat (limited to 'Doc/howto/index.rst')
-rw-r--r-- | Doc/howto/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/howto/index.rst b/Doc/howto/index.rst index a11d3da..f44e8c0 100644 --- a/Doc/howto/index.rst +++ b/Doc/howto/index.rst @@ -28,4 +28,5 @@ Currently, the HOWTOs are: urllib2.rst webservers.rst argparse.rst + ipaddress.rst |