mirror of
https://github.com/python/cpython.git
synced 2025-01-26 19:13:43 +08:00
Merged revisions 84376 via svnmerge from
svn+ssh://pythondev@svn.python.org/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 ........
This commit is contained in:
parent
48fd2a6a73
commit
2f40d7d472
@ -84,12 +84,12 @@ pydoc_topic_labels = [
|
|||||||
'del', 'dict', 'dynamic-features', 'else', 'exceptions', 'execmodel',
|
'del', 'dict', 'dynamic-features', 'else', 'exceptions', 'execmodel',
|
||||||
'exprlists', 'floating', 'for', 'formatstrings', 'function', 'global',
|
'exprlists', 'floating', 'for', 'formatstrings', 'function', 'global',
|
||||||
'id-classes', 'identifiers', 'if', 'imaginary', 'import', 'in', 'integers',
|
'id-classes', 'identifiers', 'if', 'imaginary', 'import', 'in', 'integers',
|
||||||
'lambda', 'lists', 'naming', 'numbers', 'numeric-types', 'objects',
|
'lambda', 'lists', 'naming', 'nonlocal', 'numbers', 'numeric-types',
|
||||||
'operator-summary', 'pass', 'power', 'raise', 'return', 'sequence-types',
|
'objects', 'operator-summary', 'pass', 'power', 'raise', 'return',
|
||||||
'shifting', 'slicings', 'specialattrs', 'specialnames', 'string-methods',
|
'sequence-types', 'shifting', 'slicings', 'specialattrs', 'specialnames',
|
||||||
'strings', 'subscriptions', 'truth', 'try', 'types', 'typesfunctions',
|
'string-methods', 'strings', 'subscriptions', 'truth', 'try', 'types',
|
||||||
'typesmapping', 'typesmethods', 'typesmodules', 'typesseq',
|
'typesfunctions', 'typesmapping', 'typesmethods', 'typesmodules',
|
||||||
'typesseq-mutable', 'unary', 'while', 'with', 'yield'
|
'typesseq', 'typesseq-mutable', 'unary', 'while', 'with', 'yield'
|
||||||
]
|
]
|
||||||
|
|
||||||
from os import path
|
from os import path
|
||||||
|
Loading…
Reference in New Issue
Block a user