commit | 53c920052b7cb24c8a411d3d11649c5b5e05a458 | [log] [tgz] |
---|---|---|
author | Nick Coghlan <ncoghlan@gmail.com> | Sun May 27 01:53:33 2012 +1000 |
committer | Nick Coghlan <ncoghlan@gmail.com> | Sun May 27 01:53:33 2012 +1000 |
tree | 188ea88ebc735ff434e9c7faeeedb0f231d5454d | |
parent | 2c58910d3dd8d13622f774e53c28b6de8b36a920 [diff] [blame] |
Issue #14814: Add a basic ipaddress tutorial (thanks to Sandro Tosi for the initial conversion from Peter Moody's wiki version)
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 @@ urllib2.rst webservers.rst argparse.rst + ipaddress.rst