mirror of
https://github.com/python/cpython.git
synced 2026-01-21 22:59:06 +00:00
nonlocal isn't a 2.x topic
This commit is contained in:
parent
5ded795a72
commit
71e2d2e260
1 changed files with 1 additions and 1 deletions
|
|
@ -186,7 +186,7 @@ def run(self):
|
|||
'del', 'dict', 'dynamic-features', 'else', 'exceptions', 'execmodel',
|
||||
'exprlists', 'floating', 'for', 'formatstrings', 'function', 'global',
|
||||
'id-classes', 'identifiers', 'if', 'imaginary', 'import', 'in', 'integers',
|
||||
'lambda', 'lists', 'naming', 'nonlocal', 'numbers', 'numeric-types',
|
||||
'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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue