[docs] [issue13801] The Python 3 Docs doesn't highlight nonlocal
Justin Wehnes
report at bugs.python.org
Mon Jan 16 15:31:41 CET 2012
Justin Wehnes <jwehnes at gmail.com> added the comment:
Nonlocal is highlighted under Language Reference under simple statements section 6.13 (http://docs.python.org/dev/reference/index.html). help("nonlocal") will also bring up the documentation (works for me in 3.3).
----------
nosy: +jwehnes
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13801>
_______________________________________
More information about the docs
mailing list