]> granicus.if.org Git - python/commit
Convert docstring examples to doctests and fix
authorRaymond Hettinger <python@rcn.com>
Thu, 14 May 2009 15:51:36 +0000 (15:51 +0000)
committerRaymond Hettinger <python@rcn.com>
Thu, 14 May 2009 15:51:36 +0000 (15:51 +0000)
commit168e2fcdcf416559ceb61a224df761762fa62fd8
treea7ae4d1a42b7ea77e5a51f07688aacb3a923d3df
parent9aaef2da4d53341cec20d2b8d72814d3b1503b9e
Convert docstring examples to doctests and fix
any errors that were found.  Add a usage note
to compare_networks() showing how to do the
ordering with modern python.
Lib/ipaddr.py