diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2012-08-20 08:05:46 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2012-08-20 08:05:46 (GMT) |
commit | bac9a53d007e291b2b32da326def92e71d79191f (patch) | |
tree | 548e18dd8d3f6462546545337cfc52840a1c4f98 /Doc/library/text.rst | |
parent | 273069cf7d79293fa0c2cca7fe6ab386a4e5c02a (diff) | |
download | cpython-bac9a53d007e291b2b32da326def92e71d79191f.zip cpython-bac9a53d007e291b2b32da326def92e71d79191f.tar.gz cpython-bac9a53d007e291b2b32da326def92e71d79191f.tar.bz2 |
Break up the 'someos' docs classification based on a more user-focused scheme, including creation of a separate 'Concurrent Execution' section
Diffstat (limited to 'Doc/library/text.rst')
-rw-r--r-- | Doc/library/text.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/text.rst b/Doc/library/text.rst index 939ed4f..47b6784 100644 --- a/Doc/library/text.rst +++ b/Doc/library/text.rst @@ -21,4 +21,6 @@ Python's built-in string type in :ref:`textseq`. textwrap.rst unicodedata.rst stringprep.rst + readline.rst + rlcompleter.rst |