commit | 53c58f8bcc6513321a5614e31eeb468eda4f4a40 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Wed Sep 01 09:15:42 2010 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Wed Sep 01 09:15:42 2010 +0000 |
tree | 90d6e45716ca629f927c2662fa3a695f8010460a | |
parent | 9707fd2ec059fbd867f5ae64af49ac1ddefc4b51 [diff] [blame] |
Forward port sorting howto
diff --git a/Doc/howto/index.rst b/Doc/howto/index.rst index 0335a80..417ae00 100644 --- a/Doc/howto/index.rst +++ b/Doc/howto/index.rst
@@ -21,6 +21,7 @@ functional.rst regex.rst sockets.rst + sorting.rst unicode.rst urllib2.rst webservers.rst