diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2014-02-14 05:04:15 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2014-02-14 05:04:15 (GMT) |
commit | f6c0ec4ff053443e13dfbbdb23ea092d8622d383 (patch) | |
tree | f42e82108d2e68d70995f71d3618f17cc2b0b35e /Doc/tools | |
parent | 1d19f97eedb69096933917e35e18c49003bd9e39 (diff) | |
download | cpython-f6c0ec4ff053443e13dfbbdb23ea092d8622d383.zip cpython-f6c0ec4ff053443e13dfbbdb23ea092d8622d383.tar.gz cpython-f6c0ec4ff053443e13dfbbdb23ea092d8622d383.tar.bz2 |
#19680: add back documentation for print and exec in the interactive help.
Diffstat (limited to 'Doc/tools')
-rw-r--r-- | Doc/tools/sphinxext/pyspecific.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/tools/sphinxext/pyspecific.py b/Doc/tools/sphinxext/pyspecific.py index 27faae3..b90969e 100644 --- a/Doc/tools/sphinxext/pyspecific.py +++ b/Doc/tools/sphinxext/pyspecific.py @@ -184,11 +184,11 @@ pydoc_topic_labels = [ 'bltin-null-object', 'bltin-type-objects', 'booleans', 'break', 'callable-types', 'calls', 'class', 'comparisons', 'compound', 'context-managers', 'continue', 'conversions', 'customization', 'debugger', - 'del', 'dict', 'dynamic-features', 'else', 'exceptions', 'execmodel', + 'del', 'dict', 'dynamic-features', 'else', 'exceptions', 'exec', 'execmodel', 'exprlists', 'floating', 'for', 'formatstrings', 'function', 'global', 'id-classes', 'identifiers', 'if', 'imaginary', 'import', 'in', 'integers', 'lambda', 'lists', 'naming', 'numbers', 'numeric-types', - 'objects', 'operator-summary', 'pass', 'power', 'raise', 'return', + 'objects', 'operator-summary', 'pass', 'power', 'print', 'raise', 'return', 'sequence-types', 'shifting', 'slicings', 'specialattrs', 'specialnames', 'string-methods', 'strings', 'subscriptions', 'truth', 'try', 'types', 'typesfunctions', 'typesmapping', 'typesmethods', 'typesmodules', |