commit | 273069cf7d79293fa0c2cca7fe6ab386a4e5c02a | [log] [tgz] |
---|---|---|
author | Nick Coghlan <ncoghlan@gmail.com> | Mon Aug 20 17:14:07 2012 +1000 |
committer | Nick Coghlan <ncoghlan@gmail.com> | Mon Aug 20 17:14:07 2012 +1000 |
tree | d79cb62e7b86eac5dbe59a09d6c8a4b4c4a56b82 | |
parent | 1685db011dd8e5b808f7c176b05bfdb14c101789 [diff] [blame] |
Close #4966: revamp the sequence docs in order to better explain the state of modern Python
diff --git a/Doc/library/index.rst b/Doc/library/index.rst index 9ac688c..dc35b09 100644 --- a/Doc/library/index.rst +++ b/Doc/library/index.rst
@@ -46,7 +46,8 @@ stdtypes.rst exceptions.rst - strings.rst + text.rst + binary.rst datatypes.rst numeric.rst functional.rst