Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2f40d7d

Browse files
committed
Merged revisions 84376 via svnmerge from
svn+ssh://[email protected]/python/branches/py3k ........ r84376 | benjamin.peterson | 2010-08-31 09:31:01 -0500 (Tue, 31 Aug 2010) | 1 line add nonlocal to pydoc topics #9724 ........
1 parent 48fd2a6 commit 2f40d7d

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

Doc/tools/sphinxext/pyspecific.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,12 @@ def run(self):
8484
'del', 'dict', 'dynamic-features', 'else', 'exceptions', 'execmodel',
8585
'exprlists', 'floating', 'for', 'formatstrings', 'function', 'global',
8686
'id-classes', 'identifiers', 'if', 'imaginary', 'import', 'in', 'integers',
87-
'lambda', 'lists', 'naming', 'numbers', 'numeric-types', 'objects',
88-
'operator-summary', 'pass', 'power', 'raise', 'return', 'sequence-types',
89-
'shifting', 'slicings', 'specialattrs', 'specialnames', 'string-methods',
90-
'strings', 'subscriptions', 'truth', 'try', 'types', 'typesfunctions',
91-
'typesmapping', 'typesmethods', 'typesmodules', 'typesseq',
92-
'typesseq-mutable', 'unary', 'while', 'with', 'yield'
87+
'lambda', 'lists', 'naming', 'nonlocal', 'numbers', 'numeric-types',
88+
'objects', 'operator-summary', 'pass', 'power', 'raise', 'return',
89+
'sequence-types', 'shifting', 'slicings', 'specialattrs', 'specialnames',
90+
'string-methods', 'strings', 'subscriptions', 'truth', 'try', 'types',
91+
'typesfunctions', 'typesmapping', 'typesmethods', 'typesmodules',
92+
'typesseq', 'typesseq-mutable', 'unary', 'while', 'with', 'yield'
9393
]
9494

9595
from os import path

0 commit comments

Comments
 (0)