[Python-checkins] cpython (2.7): nonlocal isn't a 2.x topic

benjamin.peterson python-checkins at python.org
Sat Mar 23 16:20:30 CET 2013


http://hg.python.org/cpython/rev/f32c03c73c54
changeset:   82906:f32c03c73c54
branch:      2.7
parent:      82900:008abf6ec987
user:        Benjamin Peterson <benjamin at python.org>
date:        Sat Mar 23 10:09:24 2013 -0500
summary:
  nonlocal isn't a 2.x topic

files:
  Doc/tools/sphinxext/pyspecific.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/tools/sphinxext/pyspecific.py b/Doc/tools/sphinxext/pyspecific.py
--- a/Doc/tools/sphinxext/pyspecific.py
+++ b/Doc/tools/sphinxext/pyspecific.py
@@ -186,7 +186,7 @@
     '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',

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list