Kaydet (Commit) f5a3d699 authored tarafından Benjamin Peterson's avatar Benjamin Peterson

add nonlocal to pydoc topics #9724

üst dc5097ff
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment