commit | 996b46a09532305cb1a6e19363e0ed86b366eafa | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Wed Sep 01 09:17:24 2010 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Wed Sep 01 09:17:24 2010 +0000 |
tree | 790eb8ce0d8efb042030b39bf61734c4ef01c741 | |
parent | 293ffcf89d3cc7df7d0897fabace49e0d0056a1d [diff] [blame] |
Forward port sorting howto
diff --git a/Doc/howto/index.rst b/Doc/howto/index.rst index 7d64688..022beee 100644 --- a/Doc/howto/index.rst +++ b/Doc/howto/index.rst
@@ -20,6 +20,7 @@ functional.rst regex.rst sockets.rst + sorting.rst unicode.rst urllib2.rst webservers.rst