From f5a3d699a7297123f00b4d1680a12f7d08c31237 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Tue, 31 Aug 2010 14:31:01 +0000 Subject: add nonlocal to pydoc topics #9724 --- Doc/tools/sphinxext/pyspecific.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Doc/tools/sphinxext/pyspecific.py b/Doc/tools/sphinxext/pyspecific.py index d02cd46..0a5df83 100644 --- a/Doc/tools/sphinxext/pyspecific.py +++ b/Doc/tools/sphinxext/pyspecific.py @@ -110,12 +110,12 @@ pydoc_topic_labels = [ 'del', 'dict', 'dynamic-features', 'else', 'exceptions', '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', 'sequence-types', - 'shifting', 'slicings', 'specialattrs', 'specialnames', 'string-methods', - 'strings', 'subscriptions', 'truth', 'try', 'types', 'typesfunctions', - 'typesmapping', 'typesmethods', 'typesmodules', 'typesseq', - 'typesseq-mutable', 'unary', 'while', 'with', 'yield' + 'lambda', 'lists', 'naming', 'nonlocal', 'numbers', 'numeric-types', + 'objects', 'operator-summary', 'pass', 'power', 'raise', 'return', + 'sequence-types', 'shifting', 'slicings', 'specialattrs', 'specialnames', + 'string-methods', 'strings', 'subscriptions', 'truth', 'try', 'types', + 'typesfunctions', 'typesmapping', 'typesmethods', 'typesmodules', + 'typesseq', 'typesseq-mutable', 'unary', 'while', 'with', 'yield' ] from os import path -- cgit v0.12