diff options
author | Raymond Hettinger <python@rcn.com> | 2010-09-01 09:15:42 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2010-09-01 09:15:42 (GMT) |
commit | 53c58f8bcc6513321a5614e31eeb468eda4f4a40 (patch) | |
tree | 90d6e45716ca629f927c2662fa3a695f8010460a /Doc/howto/index.rst | |
parent | 9707fd2ec059fbd867f5ae64af49ac1ddefc4b51 (diff) | |
download | cpython-53c58f8bcc6513321a5614e31eeb468eda4f4a40.zip cpython-53c58f8bcc6513321a5614e31eeb468eda4f4a40.tar.gz cpython-53c58f8bcc6513321a5614e31eeb468eda4f4a40.tar.bz2 |
Forward port sorting howto
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 0335a80..417ae00 100644 --- a/Doc/howto/index.rst +++ b/Doc/howto/index.rst @@ -21,6 +21,7 @@ Currently, the HOWTOs are: functional.rst regex.rst sockets.rst + sorting.rst unicode.rst urllib2.rst webservers.rst |