| diff --git a/Doc/tools/sphinxext/pyspecific.py b/Doc/tools/sphinxext/pyspecific.py |
| |
| |
| @@ -184,11 +184,11 @@ |
| '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', |
| diff -up Python-2.7.5/Lib/pydoc_data/topics.py.orig Python-2.7.5/Lib/pydoc_data/topics.py |
| |
| |
| @@ -29,11 +29,12 @@ topics = {'assert': '\nThe ``assert`` st |
| 'dynamic-features': '\nInteraction with dynamic features\n |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |